zuora-js
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

Installation

$> npm i zuora-js

Usage

const { zuoraApi } = require('zuora-js')
const clientId = 'your-client-id'
const clientSecret = 'your-client-secret'
const zuora = zuoraApi('https://rest.apisandbox.zuora.com', clientId, clientSecret)

zuora.v1.action.query('select id, name from Product', 3, {"Zuora-Track-Id": "trackid"})
  .then(console.log)
  .catch(r => console.error(r.response.data))

Dependents (0)

Package Sidebar

Install

npm i zuora-js

Weekly Downloads

3

Version

0.4.1

License

MIT

Unpacked Size

236 kB

Total Files

15

Last publish

Collaborators

  • hyeomans