From 494682b844c5c7208bf5cc133f207b302dd34bd4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 19 Nov 2023 02:58:31 -0800 Subject: feat(api): simplify --- src/routes/api.svelte | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/routes/api.svelte b/src/routes/api.svelte index 7c5a231..08c811c 100644 --- a/src/routes/api.svelte +++ b/src/routes/api.svelte @@ -36,27 +36,25 @@ SPDX-License-Identifier: GPL-3.0-only -->
-

API

- -

This documentation is auto-generated, there may be errors.

- -

- The Senpy Club API can be accessed at - https://api.senpy.club. -

- -

- The Senpy Club API can also be accessed through GraphQL: - - GitHub - , - Playground -

+

The Senpy Club API can be accessed at

+ + {#if !complete} -

Fetching API README...

+

Fetching API README ...

{:else} {@html rst2html(rst)} -

Double rst_to_html_time = {rstTime}; /* ms */

{/if}
-- cgit v1.2.3