myob

1.0.4 • Public • Published

MYOB AccountRight 2.0 Javascript SDK

npm version Build Status dependencies Status devDependencies Status npm npm

MYOB AccountRight 2.0 SDK (unofficial) for Node.js.

See http://developer.myob.com/api/accountright/ for more details and registration for the API.

Resources Currently Supported

  • /Inventory/Item
  • /Sale/Invoice/Item
  • /Sale/Invoice/Service
  • /Sale/Order/Item
  • /Sale/Order/Service
  • /Contact/Customer
  • /Contact/Employee
  • /GeneralLedger/TaxCode
  • /GeneralLedger/Account
  • /GeneralLedger/Job
  • /GeneralLedger/Category

Usage

yarn add myob
const myob = require('myob').default;

const client = myob.createClient({
  clientId: process.env.MYOB_CLIENT_ID,
  secret: process.env.MYOB_SECRET,
});

see examples/ more example code

Readme

Keywords

none

Package Sidebar

Install

npm i myob

Weekly Downloads

108

Version

1.0.4

License

Apache-2.0

Unpacked Size

28.5 kB

Total Files

16

Last publish

Collaborators

  • johndagostino
  • ordermentumeng
  • ishmeet-ordermentum