From 390792be1a8b257d6c7c735c6ff8b63ebf40fc6d Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 20 Mar 2022 02:52:29 -0700 Subject: [PATCH] feat(routes): mention graphql api --- src/routes/api.svelte | 8 ++++++++ src/routes/index.svelte | 32 ++++++++++++++++++++++---------- 2 files changed, 30 insertions(+), 10 deletions(-) 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!

-- 2.44.0