1.0.0 • Published 7 months ago

gitee-client v1.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
7 months ago

Gitee API wrapper for JavaScript

Build Status

Gitee gist API wrapper. api docs.

Installation

Node.js

npm i gitee-client

Usage

import Gitee from 'gitee-client'

const gc = new Gitee(
  GITEE_TOKEN
)
let r = await gc.get('/v5/gists').catch(console.log)
expect(r.data.length > 0).toBe(true)

Test

cp .sample.env .env
# edit .env fill your github token
npm run test

Credits

Based on Tyler's https://github.com/tylerlong/ringcentral-js-concise.

License

MIT