Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/victorolinasc/ex-stone-openbank
- Owner: victorolinasc
- License: apache-2.0
- Created: 2020-01-23T00:27:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T01:42:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:15:31.144Z (26 days ago)
- Language: Elixir
- Size: 70.3 KB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).