New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-maventa

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-maventa

Maventa service client

latest
npmnpm
Version
0.0.4
Version published
Weekly downloads
3
-84.21%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • hello_world: client.helloWorld()
  • company_show: client.companyShow()
  • invoice_list_inbound_between_dates: client.invoiceListInboundBetweenDates(startDateObj, endDateObj)
  • inbound_invoice_show: client.inboundInvoiceShow(id, downloadAttachments, xmlFormat)
  • invoice_create: client.invoiceCreate(invoiceData)
  • invoice_show: client.invoiceShow(id, downloadAttachments, xmlFormat)

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

License

The MIT license

FAQs

Package last updated on 02 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts