main
cynic 4 years ago committed by GitHub
parent d9e1d82bb4
commit 7731a61f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      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

Loading…
Cancel
Save