🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

gitee-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitee-client

Gitee API wrapper.

1.0.0
latest
Source
npm
Version published
Weekly downloads
69
-31%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

gist

FAQs

Package last updated on 24 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts