0.0.11 • Published 9 years ago

cherestjs v0.0.11

Weekly downloads
3
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago