Contributor
- Joined
- Jan 7, 2023
- Messages
- 87
Current Behavior:
https://api.mangadex.org/manga/18f3e34b-2bad-4e35-8ea6-a0cbae52f76b/feed?translatedLanguage[]=null
https://api.mangadex.org/manga?originalLanguage[]=jp&limit=0
Suggestion:
P.S.
Obligatory, RIP NULL/Other chapters
https://api.mangadex.org/manga/18f3e34b-2bad-4e35-8ea6-a0cbae52f76b/feed?translatedLanguage[]=null
JSON:
{
"result": "error",
"errors": [
{
"id": "9c346772-7b14-5982-b4b6-7b5888522762",
"status": 400,
"title": "validation_exception",
"detail": "Error validating /translatedLanguage/0: Does not match the regex pattern ^[a-z]{2}(-[a-z]{2})?$",
"context": null
}
]
}
https://api.mangadex.org/manga?originalLanguage[]=jp&limit=0
JSON:
{
"result": "ok",
"response": "collection",
"data": [ ],
"limit": 0,
"offset": 0,
"total": 0
}
for the hundredth time curche its ja not jp
Suggestion:
JSON:
{
"result": "error",
"errors": [
{
"id": "9c346772-7b14-5982-b4b6-7b5888522762",
"status": 400,
"title": "validation_exception",
"detail": "Error validating /translatedLanguage/0: Does not match supported languages",
"context": null
}
]
}
P.S.
Obligatory, RIP NULL/Other chapters