joao2391 / elixbndes

This lib helps you to get infos about BNDES card. This is not the official lib from BNDES!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElixBndes version Hex Docs Hex.pm

ElixBndes

This lib helps you to get infos about BNDES card. This is not the official lib from BNDES!

Installation

If available in Hex, the package can be installed by adding elixbndes to your list of dependencies in mix.exs:

def deps do
  [
    {:elixbndes, "~> 0.1.0"}
  ]
end

Features

get_bancos_credenciados()

get_fornecedores_by_nome("Nome_do_fornecedor", 1)

get_fornecedores_by_nome_produto("nome_do_produto", 1)

get_produtos_by_nome("nome_do_produto", 1)

Documentation

Documentation can be found at https://hexdocs.pm/elixbndes.

License

MIT

About

This lib helps you to get infos about BNDES card. This is not the official lib from BNDES!


Languages

Language:Elixir 100.0%