Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/revolt_api/mod.ts

a typed revolt api client
Latest
import * as revoltApi from "https://deno.land/x/revolt_api@0.4.0/mod.ts";

Classes

API Client

Variables

Fetch a resource from the API. It returns a Promise that resolves to the Response to that Request, whether it is successful or not.

Interfaces

Initialization parameters for APIClient

Type Aliases

Type used for fetchAPI

Type used for APIClient get, post, and similar methods