README.md

# DriveWealth

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

What is implemented?

### ACCOUNTS
- [X] Account Performance

### REPORTS
- [X] Financial Transaction

SESSIONS
- [X] Get Session
- [X] Create Session
- [X] 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`:

```elixir
def deps do
  [
    {:drivewealth_api, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/drivewealth_api](https://hexdocs.pm/drivewealth_api).