From 25dfda0cb6be1715cbd44689806b4bf451c3eb4e Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 15 Aug 2021 12:28:54 +0900 Subject: [PATCH] moved info from llama bot API repo --- docs/4-api/1-overview.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/4-api/1-overview.md b/docs/4-api/1-overview.md index 0a67cfc..5f00b1a 100644 --- a/docs/4-api/1-overview.md +++ b/docs/4-api/1-overview.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Overview -For web interface +Firebase http API for the [llama bot](https://github.com/llama-bot/llama-bot). ## Endpoints @@ -39,3 +39,7 @@ List all users in the database #### `/list-servers` List all servers in the database + +## Special thanks + +- [luizkc](https://github.com/luizkc) for discord oauth2 authentication ([repo](https://github.com/luizkc/firebase-discord-oauth2-example))