Skip to content

nnarhinen/node-maventa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages