node-maventa

0.0.4 • Public • Published

Introduction

Node.js client for Maventa SOAP api.

Installation

npm install node-maventa

Usage

var Maventa = require('node-maventa');

var client = new Maventa(vendorApiKey, apiKey, companyUUID);

client.helloWorld().then(function(resp) {
  console.log(resp);
}).done();

Implemented methods call atm

Method calls will we implemented as I need them myself. Contributions as pull requests welcome.

License

The MIT license

Dependents (0)

Package Sidebar

Install

npm i node-maventa

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • nnarhinen