Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/BoletoSimples/boletosimples-docs
- Owner: BoletoSimples
- Created: 2014-10-07T17:59:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T05:42:09.000Z (over 1 year ago)
- Last Synced: 2024-05-19T07:24:46.628Z (7 months ago)
- Topics: bancoob, banestes, banrisul, bb, boleto, boletos, boletos-registrados, bradesco, caixa, cef, citibank, cnab, hsbc, itau, pagamento, registro, remessa, safra, santander, sicredi
- Language: CSS
- Homepage: https://docs.boletosimples.com.br
- Size: 5.65 MB
- Stars: 23
- Watchers: 11
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.markdown
Awesome Lists containing this project
- starred-awesome - boletosimples-api - API do Boleto Simples - Sistema para emissão de boletos com registro (JavaScript)
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
```