Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/victorolinasc/ex-stone-openbank

An Elixir SDK for working with the Stone Openbank APIs
https://github.com/victorolinasc/ex-stone-openbank

Last synced: 10 days ago
JSON representation

An Elixir SDK for working with the Stone Openbank APIs

Awesome Lists containing this project

README

        

[![Coverage Status](https://coveralls.io/repos/github/victorolinasc/ex-stone-openbank/badge.svg?branch=master)](https://coveralls.io/github/victorolinasc/ex-stone-openbank?branch=master)
[![CircleCI](https://circleci.com/gh/victorolinasc/ex-stone-openbank.svg?style=svg)](https://circleci.com/gh/victorolinasc/ex-stone-openbank)

# ExStoneOpenbank

A library that connects with Stone Open Banking API.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_stone_openbank` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:ex_stone_openbank, "~> 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/ex_stone_openbank](https://hexdocs.pm/ex_stone_openbank).