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

x/revolt_api/client.ts>ClientInit

a typed revolt api client
Latest
interface ClientInit
implements Omit<RequestInit,
| "body"
| "integrity"
| "method"
| "signal"
>
import { type ClientInit } from "https://deno.land/x/revolt_api@0.4.0/client.ts";

Initialization parameters for APIClient

Properties

base: string

The base URL for all requests