2021-07-11 19:43:31 +01:00
2021-07-11 19:41:50 +01:00
2021-07-11 19:39:56 +01:00
2021-07-11 00:29:10 +01:00
2021-07-11 19:43:31 +01:00
2021-07-11 18:45:09 +01:00
2021-07-10 23:11:03 +01:00
2021-07-11 19:43:31 +01:00

Revolt API

Tip

For faster compile times when working on API routes, comment out the categories you don't care about.

// src/routes/index.ts
export async function load() {
    // await import('./core.js');
    // await import('./users.js');
    // await import('./channels.js');
    await import('./servers.js');
}

await load();
S
Description
Typescript typings and OpenAPI v3 generator for the Stoat API.
Readme MIT 1.7 MiB
Languages
TypeScript 98.1%
JavaScript 1.8%