@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)

Readme

Keywords

Package Sidebar

Install

npm i @quarks/voyager-sdk-nodejs

Weekly Downloads

0

Version

2.0.3

License

none

Unpacked Size

53.4 kB

Total Files

32

Last publish

Collaborators

  • ademar.carneiro
  • gabriel.campos