LeadNFe REST API Client
npm install @leadnfe/rest-client --save
const rest = require('@leadnfe/rest-client');
const restClient = rest('https://api.leadnfe.com/')
app.configure(restClient.fetch(window.fetch));
const nfes = app.service('nfes');
Por favor utilize a documentação oficial @leadnfe/rest-client documentation para mais detalhes.
Copyright (c) 2018
Licensed under the MIT license.