2.0.5 • Published 6 years ago
node-ghapi v2.0.5
node-ghapi

A GitHub API wrapper written in TypeScript
Usage
// JavaScript
const { User } = require( 'node-ghapi' );
let user = new User('username', 'authentication-token');
// TypeScript
import { User } from 'node-ghapi';
let user = new User('username', 'authentication-token');
NOTE: This is a rewrite of the original version of this API wrapper. It is not yet on feature parity.
2.0.5
6 years ago
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
1.2.0
7 years ago
1.1.7
7 years ago
1.1.6
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.1
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.3.6
7 years ago
0.3.5
7 years ago
0.3.4
7 years ago
0.3.3
7 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.2.0
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago