1.0.4 • Published 1 year ago

myob v1.0.4

Weekly downloads
461
License
Apache-2.0
Repository
github
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

0.4.2

1 year ago

1.0.0-beta

1 year ago

0.4.1-0.0.1

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.20

5 years ago

0.3.19

5 years ago

0.3.18

7 years ago

0.3.17

7 years ago

0.3.16

8 years ago

0.3.15

8 years ago

0.3.14

8 years ago

0.3.13

8 years ago

0.3.12

8 years ago

0.3.10

8 years ago

0.3.9

8 years ago

0.3.8

8 years ago

0.3.7

8 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago