Skip to content

mbenatti/drivewealth_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DriveWealth

DriveWealth API Client for Elixir (http://developer.drivewealth.com/docs)

What are implemented?

ACCOUNTS

  • Account Performance

REPORTS

  • Financial Transaction

SESSIONS

  • Get Session
  • Create Session
  • Cancel Session

see the HexDocs for more info and usage (https://hexdocs.pm/drivewealth_api)

Installation

The package can be installed by adding drivewealth_api to your list of dependencies in mix.exs:

def deps do
  [
    {:drivewealth_api, "~> 0.4.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/drivewealth_api.

Releases

No releases published

Packages

No packages published

Languages