Skip to main content
Deno 2 is finally here 🎉️
Learn more

REST

Features

  • Lightweight
  • Typed Response
  • 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)