1.0.4 • Published 21 days ago

myob v1.0.4

Weekly downloads
461
License
Apache-2.0
Repository
github
Last release
21 days ago

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

1.0.4

21 days ago

1.0.3

21 days ago

1.0.2

23 days ago

1.0.1

23 days ago

0.4.2

23 days ago

1.0.0-beta

2 months ago

0.4.1-0.0.1

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.20

4 years ago

0.3.19

4 years ago

0.3.18

6 years ago

0.3.17

6 years ago

0.3.16

7 years ago

0.3.15

7 years ago

0.3.14

7 years ago

0.3.13

7 years ago

0.3.12

7 years ago

0.3.10

7 years ago

0.3.9

7 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago