1.0.4 • Published 4 years ago

webmaniabr-js v1.0.4

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

WebmaniaBR Client API

npm (scoped) Build Status codecov semantic-release

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-js

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

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago