Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 276 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 276 Bytes

REST

Features

  • Lightweight
  • Typed Response
  • Deno Support
  • Handles Rate Limit

Usage

import { REST } from '@revoltio/rest'

const rest = new REST()

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

const res = await rest.get('/')

console.log(res)