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

Transactions

Client / Utility functions

Installation

Add starling to your list of dependencies in mix.exs:

def deps do
  [{:starling, "~> 0.5.0"}]
end

Documentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/starling_elixir.