0.0.11 • Published 7 years ago

cherestjs v0.0.11

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Cherestjs for Node.js

Build Status

This module enables REST calls to the popular IT Service Management Software's REST API.

Installation

  • Install Node.js
  • Install module with npm:
npm install cherestjs

Usage

  • Create main.js file with the following code:
var cherestjs = require('cherestjs');

var cw = cherestjs('<host.fqdn.org>', '<api key>', '<username>', '<password>');

cw.getBusinessObject('<ticket id number>', function (err, object) {
  console.log(object);
});
  • Run following command.
node main.js
0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago