@quarks/voyager-sdk-nodejs

2.0.3 • Public • Published

Voyager SDK for Node.js

Install

$ npm install @quarks/voyager-sdk-nodejs --save

Configure

new VoyagerBackend(config)

var VoyagerSDKClient = require('@quarks/voyager-sdk-nodejs');

// If the client has been pre-registered, pass the url to constructor
var client = new VoyagerSDKClient({
  url: 'https://voyager.quarks-ecosystem.io',
  token: '<ACCESS_TOKEN>'
})

Ex:
#### Templates

#### GET - client.templates.list()
#### GET - client.templates.find(qs)
#### POST - client.templates.create(data)
#### PUT - client.templates.update(id, data)
#### DELETE - client.templates.delete(id)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.3
    2
  • 2.0.2
    0
  • 2.0.1
    1
  • 2.0.0
    1

Package Sidebar

Install

npm i @quarks/voyager-sdk-nodejs

Weekly Downloads

4

Version

2.0.3

License

none

Unpacked Size

53.4 kB

Total Files

32

Last publish

Collaborators

  • ademar.carneiro
  • gabriel.campos