Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation for the MangaDex API v5.10.2 update #186

Closed
4 tasks done
tonymushah opened this issue Mar 21, 2024 · 0 comments
Closed
4 tasks done

Preparation for the MangaDex API v5.10.2 update #186

tonymushah opened this issue Mar 21, 2024 · 0 comments
Labels
breaking-change Something that will change the code base core everything that related to the `mangadex-api` crates core-types enhancement New feature or request
Milestone

Comments

@tonymushah
Copy link
Owner

tonymushah commented Mar 21, 2024

Just ealier, an OpenAPI spec changes pull request have been opened on the MangaDex API Docs repository

Edit:
It's now deployed so this update will come very soon

To summarize, there is some notable changes:

1- a new endpoint have been added: POST /upload/check-approval-required

Check if a given manga / locale for a User needs moderation approval
Body Schema :

  • manga: Uuid (the mangaID)
  • locale: Language

Possible response schema:

  • 200 : ok
{
   "result": "ok",
   "requiresApproval": true | false
}
  • 404: the manga is not found
{
    "result": "ok"
}

2- Removed all /account endpoint:

Since MangaDex Authentification migrated to OAuth 2.0, these endpoint will be removed in the next version.
but DELETE /user/{id} and POST /user/delete/{code} is still there so... I don't know what to tell about this.

3- Added namicomi on the AuthorLinks structs.

Todo list:

@tonymushah tonymushah added enhancement New feature or request breaking-change Something that will change the code base core everything that related to the `mangadex-api` crates core-types labels Mar 21, 2024
@tonymushah tonymushah added this to the 3.3.0 milestone Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Something that will change the code base core everything that related to the `mangadex-api` crates core-types enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant