@leadnfe/rest-client

1.1.6 • Public • Published

@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.

Package Sidebar

Install

npm i @leadnfe/rest-client

Weekly Downloads

1

Version

1.1.6

License

MIT

Unpacked Size

13.9 kB

Total Files

13

Last publish

Collaborators

  • mvmaestri