1.1.6 • Published 5 years ago

@leadnfe/rest-client v1.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@leadnfe/rest-client

LeadNFe REST API Client

Instalação

npm install @leadnfe/rest-client --save

Exemplo

const rest = require('@leadnfe/rest-client');
const restClient = rest('https://api.leadnfe.com/')
app.configure(restClient.fetch(window.fetch));
const nfes = app.service('nfes');

Documentação

Por favor utilize a documentação oficial @leadnfe/rest-client documentation para mais detalhes.

License

Copyright (c) 2018

Licensed under the MIT license.