nor-github

0.1.20 • Public • Published

nor-github

Github API library

Create an issue

var github = require('nor-github');
 
github.create_issue({
    'auth_token': 'foobarsecret',
    'user_agent': 'jheusala',
    'repository': 'sendanor/nor-github',
    'title': 'Test issue',
    'body': 'Test content.'
}).then(function() {
    console.log('OK');
}).fail(function(err) {
    util.error('Error: ' +err);
}).done();

Commercial Support

You can buy commercial support from Sendanor.

Readme

Keywords

Package Sidebar

Install

npm i nor-github

Weekly Downloads

1

Version

0.1.20

License

MIT

Last publish

Collaborators

  • jhh