mirror of https://github.com/kurisufriend/mlPHP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
476 B
16 lines
476 B
# 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
|
|
|