diff --git a/README.md b/README.md index 87d1b23..39ee30a 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ 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 | +| type | route | args | returns | +| -------------| ------------- | ------------- | ------------- | +| GET | /info | | application/json | +| GET | /manga/search | ?title=str, ?author=str, ?artist=str, ?tags=(str,str...), ?sort | application/json | +| GET | /manga/from_id | ?id=int | application/json | +| GET | /manga/get_chapters | ?id=int | application/json | +| GET | /manga/thumbnail | ?id=int | image/webp | +| GET | /thumbnail | static /(id).webp | image/webp | ### to do: * use sqlite instead of hack-y jsons