StarlingElixir
Elixir wrapper for Starling Bank. This is very alpha, built alongside a hobby app to learn Elixir. Only a few features so far, I'll add more over time. Please request specific additions or submit a pull request.
User
- Get current user
Transactions
- List all transactions
Client / Utility functions
- GET any url
Installation
Add starling to your list of dependencies in mix.exs:
def deps do
[{:starling, "~> 0.5.0"}]
endDocumentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/starling_elixir.