@nexys/github-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Github SDK

npm version Build and Test Package Publish Code style

Get started

Install

yarn add @nexys/github-sdk

Integrate in code

import { Rest } from "@nexys/github-sdk";

// example: update repo
Rest.Repo.update(
  {description: 'my new repo description'},
  'my organization',
  'myrepo',
  'mytoken'
).then(response => {
  console.log({response});
})

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @nexys/github-sdk

    Weekly Downloads

    1

    Version

    0.1.5

    License

    MIT

    Unpacked Size

    63.2 kB

    Total Files

    36

    Last publish

    Collaborators

    • nexys