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

Jikan API v3.2 Update #5

Closed
irfan-dahir opened this issue Dec 30, 2018 · 1 comment
Closed

Jikan API v3.2 Update #5

irfan-dahir opened this issue Dec 30, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@irfan-dahir
Copy link

irfan-dahir commented Dec 30, 2018

Hi, I just released Jikan v3.2. It has some new additions and changes, thought I'd let wrapper devs know directly.

New Features

  • Anime/Manga Reviews, Recommendations, User Updates
  • Club Information, Members
  • Season Later

Specification

Reviews

Anime

GET /v3/anime/{id}/reviews/{page}

Manga

GET /v3/anime/{id}/reviews/{page}

Remarks: Only 20 items are shown per page for reviews

Recommendations

Anime

GET /v3/anime/{id}/recommendations

Manga

GET /v3/anime/{id}/recommendations

User Updates

Anime

GET /v3/anime/{id}/userupdates/{page}

Manga

GET /v3/anime/{id}/userupdates/{page}

Season Later

GET /v3/season/later

Club Information

GET /v3/club/{id}

Club Members

GET /v3/club/{id}/members

Changes

  • All data from user related endpoints /v3/user/* are now cached for 5 minutes only
  • (Anime/Manga) Bug fixed for related property. It's an object but returns an array when it was empty. This is fixed now.
  • Error messages are now different and readable.

Documentation: https://jikan.docs.apiary.io

@Ervie Ervie added the enhancement New feature or request label Dec 31, 2018
@Ervie Ervie self-assigned this Dec 31, 2018
@Ervie
Copy link
Owner

Ervie commented Jan 1, 2019

All new endpoints and changes covered.

@Ervie Ervie closed this as completed Jan 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants