Skip to content

AceMetrix/youtrack-rest-node-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtrack-rest-node-library

Node library for accessing the Youtrack 4.0 REST API. Partially designed/ported from the python version from YouTrack

All of the API is exposed through promises and/or callbacks.

Full YouTrack RESTful API here

##Installation

npm install youtrack-rest-node-library

##Usage

var Connection = require('youtrack-rest-node-library');

var youtrack = new Connection('http://your-youtrack-instance:8080');

youtrack.login('username, password', function(err){
    youtrack.getProject('Your-ID', function(err, project){
    })
})

##License Apache 2.0

About

Node library for accessing the Youtrack 4.0 REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published