@itchatapp/rest
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

REST

Features

  • [X] Lightweight
  • [X] Typed Response
  • [X] Deno Support
  • [ ] Handles Rate Limit

Usage

import { REST } from '@itchatapp/rest'

const rest = new REST()

rest.setToken('itchat-token-here')

const res = await rest.get('/users/@me')

console.log(res)

Readme

Keywords

none

Package Sidebar

Install

npm i @itchatapp/rest

Weekly Downloads

58

Version

1.0.4

License

MIT

Unpacked Size

91.3 kB

Total Files

79

Last publish

Collaborators

  • itchatapp