Update README.md

main
cynic 4 years ago committed by GitHub
parent e7eef743fc
commit 0d44cccc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      README.md

@ -3,14 +3,14 @@ want a mangaloid instance? like men? this repository might be for you
implemented: implemented:
| type | route | returns | | type | route | args | returns |
| -------------| ------------- | ------------- | | -------------| ------------- | ------------- | ------------- |
| GET | /info | application/json | | GET | /info | | application/json |
| GET | /manga/search | application/json | | GET | /manga/search | ?title=str, ?author=str, ?artist=str, ?tags=(str,str...), ?sort | application/json |
| GET | /manga/from_id | application/json | | GET | /manga/from_id | ?id=int | application/json |
| GET | /manga/get_chapters | application/json | | GET | /manga/get_chapters | ?id=int | application/json |
| GET | /manga/thumbnail | image/webp | | GET | /manga/thumbnail | ?id=int | image/webp |
| GET | /thumbnail | image/webp | | GET | /thumbnail | static /(id).webp | image/webp |
### to do: ### to do:
* use sqlite instead of hack-y jsons * use sqlite instead of hack-y jsons

Loading…
Cancel
Save