From 7731a61f30eceda44172c8b8c40935d0f844caef Mon Sep 17 00:00:00 2001 From: cynic Date: Tue, 4 May 2021 09:02:09 -0400 Subject: [PATCH] readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 04f986c..87d1b23 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # mlPHP want a mangaloid instance? like men? this repository might be for you + +implemented: + +| type | route | returns | +| -------------| ------------- | ------------- | +| GET | /info | application/json | +| GET | /manga/search | application/json | +| GET | /manga/from_id | application/json | +| GET | /manga/get_chapters | application/json | +| GET | /manga/thumbnail | image/webp | +| GET | /thumbnail | image/webp | + +### to do: +* use sqlite instead of hack-y jsons