node-ghapi A GitHub API wrapper written in TypeScript Usage // JavaScriptconst { User } = require( 'node-ghapi' ); let user = new User('username', 'authentication-token'); // TypeScriptimport { 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.