0.0.4 • Published 10 years ago

node-maventa v0.0.4

Weekly downloads
73
License
MIT
Repository
-
Last release
10 years ago

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

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago