Nubank API (nubank_api)
Work in progress
It's an Elixir library that abstract the HTTP request into functions.
The goal is to facilitate the developers job to integrate with Nubank's API.
This project was inspired by the repo https://github.com/Astrocoders/nubank-api, thanks for Astrocoders for the work in figure out Nubank's API endpoints/payloads etc.
Installation
Available in Hex, the package can be installed
by adding :nubank_api to your list of dependencies in mix.exs:
def deps do
[
{:nubank_api, "~> 0.1.0"}
]
endDocumentation can be found at https://hexdocs.pm/nubank_api.