node-copperegg-api-wrapper

0.1.0 • Public • Published

JavaScript CopperEgg API for Node.js

Build Status

A node.js module, which provides an object oriented wrapper for the JIRA REST API.

CopperEgg REST API documentation can be found here

Installation

Install with the node package manager npm:

$ npm install node-copperegg-api

Example

ce = require('./lib/copperegg');
ceClient = new ce.CopperEggApi('user-api-token');
 
ceClient.getAlerts(function(error, issues) {
  console.log(issues);
})

Readme

Keywords

none

Package Sidebar

Install

npm i node-copperegg-api-wrapper

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • ans4175