2.0.5 • Published 5 years ago

node-ghapi v2.0.5

Weekly downloads
1
License
GPL-3.0-or-later
Repository
-
Last release
5 years ago

node-ghapi Build Status Discord

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

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

1.2.0

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.1

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago