From bbdbc320ad5aa2588d087c84bd8931e18043d5c4 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 20 Mar 2022 02:52:29 +0000 Subject: feat(routes): mention graphql api --- src/routes/api.svelte | 8 ++++++++ src/routes/index.svelte | 32 ++++++++++++++++++++++---------- 2 files changed, 30 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/routes/api.svelte b/src/routes/api.svelte index e377783..7c5a231 100644 --- a/src/routes/api.svelte +++ b/src/routes/api.svelte @@ -45,6 +45,14 @@ SPDX-License-Identifier: GPL-3.0-only --> https://api.senpy.club.

+

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

+ {#if !complete}

Fetching API README...

{:else} diff --git a/src/routes/index.svelte b/src/routes/index.svelte index e178912..d8e550e 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -56,24 +56,36 @@ SPDX-License-Identifier: GPL-3.0-only -->

Check out these other [The] Senpy Club-related projects!

-- cgit v1.2.3