0.1.5 • Published 6 months ago

@nexys/github-sdk v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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});
})
0.1.3

6 months ago

0.1.5

6 months ago

0.0.10

2 years ago

0.0.11

2 years ago

0.1.0

2 years ago

0.1.2

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago