From 111cf4aead44ff5f576209ed56fa382e1b5a4b5c Mon Sep 17 00:00:00 2001 From: Minz Date: Mon, 18 Sep 2023 12:42:04 +0200 Subject: [PATCH] Delete duplicate Docs/API directory This was causing collisions on case-insensitive filesystems The proper spelling is all lowercase --- Docs/API/README.md | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Docs/API/README.md diff --git a/Docs/API/README.md b/Docs/API/README.md deleted file mode 100644 index 2a8bc4d..0000000 --- a/Docs/API/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# API Documentation - -## Introduction - -This API provides CRU (Create, Read, Update) operations for various models. - -The API requires an API key for some operations. - -The endpoints provided by this API are: - -## Generic: -- / - List all routes (JSON Response) -- /ping - Returns pong -- /stats - Simple stats about the bot (Record counts and uptime) -- /most-recent-drop - Returns the most recent drop (Requires API Key) - -## For characters: -- [`/characters`](characters.md#get-characters) -- [`/characters/:character_id`](characters.md#get-characterscharacter_id) - -## For groups: -_TODO_ - -## For Badges: -_TODO_ \ No newline at end of file