Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/BoletoSimples/boletosimples-docs

Documentação da API do Boleto Simples - Sistema para emissão de boletos com registro
https://github.com/BoletoSimples/boletosimples-docs

bancoob banestes banrisul bb boleto boletos boletos-registrados bradesco caixa cef citibank cnab hsbc itau pagamento registro remessa safra santander sicredi

Last synced: 23 days ago
JSON representation

Documentação da API do Boleto Simples - Sistema para emissão de boletos com registro

Awesome Lists containing this project

README

        

# API do Boleto Simples

A API do [Boleto Simples](http://boletosimples.com.br) está documentada em [http://api.boletosimples.com.br](http://api.boletosimples.com.br)

Se você deseja ter acesso a documentação offline, siga os seguintes passos:

1. Baixe a documentação

```sh
git clone https://github.com/BoletoSimples/boletosimples-docs.git
```

1. Atualize as dependências

```sh
cd boletosimples-docs
bundle install
```

1. Rode o servidor

```sh
foreman start
```

1. Acesse pelo navegador

[http://localhost:4000](http://localhost:4000)

1. Para atualizar o Header e Footer

```sh
CONFIRM=true LOCAL=true ./update-header-footer && foreman start
```