A JavaScript library to interface with Melhor Envio API, it works with Node.js. The documentation can be found here.
This library its in early stages, so it doesn't have interfaces for all MelhorEnvio features (Your PR is very welcome).
Avaiable methods:
Install the library
npm i menv-js
Import the library
import MelhorEnvio from 'menv-js';
const menv = new MelhorEnvio(token, isSandbox, timeout);
const response = await menv.getShipmentServices();
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.
Please, consider supporting my work as a lot of effort takes place to create this repo! Thanks a lot.
Generated using TypeDoc