0.1.0 • Published 7 years ago

jira-sync v0.1.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

Synchronous wrapper for Jira REST API

Jira REST API on steroids fibers.

Installation

npm install jira-sync --save

Usage

const URL = 'https://jira.example.com/jira';
const JiraSync = require('jira-sync');

JiraSync.run(URL, main);

function main(jira) {
    const myself = jira.rest('api/2/myself');
    console.log(myself);
}
0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago