node-ghapi
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

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.

/node-ghapi/

    Package Sidebar

    Install

    npm i node-ghapi

    Weekly Downloads

    1

    Version

    2.0.5

    License

    GPL-3.0-or-later

    Unpacked Size

    511 kB

    Total Files

    43

    Last publish

    Collaborators

    • pokemonlover1234