JO
jonyw4/webmaniabr-js
๐ A WebmaniaBR JS Javascript API
WebmaniaBR Client API
A JavaScript library to interface with WebmaniaBR API, it works with Node.js. The documentation can be found here.
๐ Features
This library its in early stages, so it doesn't have interfaces for all Webmania BR features (Your PR is very welcome).
With this library you can:
- verifyStatusSefaz
- verifyExpirationCertificado
- createNotaFiscal
๐ How to use?
Install the library
npm i webmaniabr-jsImport the library
import WebmaniaBR from 'webmaniabr-js';
const client = new WebmaniaBR(consumerKey, consumerSecret, accessToken, accessTokenSecret, timeout);
const response = await client.createNotaFiscal({...});๐ API Docs
This library provides a promise based interface for all functions. Before you
can use the library, you need to provide authentication details which will be
used through API calls.
For a detailed documentation, see our Documentation.
๐ Do you like?
Please, consider supporting my work as a lot of effort takes place to create this repo! Thanks a lot.
On this page
Languages
TypeScript99.5%JavaScript0.5%
Apache License 2.0
Created July 27, 2020
Updated January 28, 2023
