aboutsummaryrefslogtreecommitdiff
path: root/src/index.rst
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-20 02:28:29 -0700
committerFuwn <[email protected]>2022-03-20 02:28:29 -0700
commitaba6f24079d5d41eb193f41f2c490e4d13a69405 (patch)
treed98b7dd0da2b71fdccb548fb10ef5d5c21ac578a /src/index.rst
parentMerge branch 'main' of https://github.com/senpy-club/api-worker (diff)
downloadapi-worker-aba6f24079d5d41eb193f41f2c490e4d13a69405.tar.xz
api-worker-aba6f24079d5d41eb193f41f2c490e4d13a69405.zip
feat(api): /me route
Diffstat (limited to 'src/index.rst')
-rw-r--r--src/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.rst b/src/index.rst
index c9c00b0..2de518c 100644
--- a/src/index.rst
+++ b/src/index.rst
@@ -18,6 +18,7 @@ For example; if a route is notated as "/v2/route/:parameter", you can access tha
- /languages: A list of all languages that appear in the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository
- /language/:language: A list of all images that are labeled under the language, ":language", in the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository
- /random: A random image from the https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books repository
+ - /me: For future implementation. At the moment; only contains the caller's IP.
Notes
-----