0.1.20 • Published 9 years ago

nor-github v0.1.20

Weekly downloads
25
License
MIT
Repository
github
Last release
9 years ago

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.

0.1.20

9 years ago

0.1.19

9 years ago

0.1.18

9 years ago

0.1.17

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago