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

Forum Topic Sub-Selection (Episode and Other) #62

Closed
tableaukun opened this issue Nov 26, 2019 · 4 comments
Closed

Forum Topic Sub-Selection (Episode and Other) #62

tableaukun opened this issue Nov 26, 2019 · 4 comments
Assignees

Comments

@tableaukun
Copy link

tableaukun commented Nov 26, 2019

Hello! It appears MAL forums have two options for episode discussions (episode) and miscellaneous discussion (other). The Jikan REST API appears to have added this functionality by adding /episodes after /forum, with the added benefit of ordering the topics in episode descending order. Ex: https://api.jikan.moe/v3/anime/21/forum/episodes.

Is this feature easy to add? Thanks!

@abhinavk99
Copy link
Owner

Thanks for the heads up, it should be easy to add.

@abhinavk99 abhinavk99 self-assigned this Nov 26, 2019
@abhinavk99
Copy link
Owner

Just finished this in v3.4.2, just use the extension forum/episodes as shown below:

from jikanpy import Jikan
jikan = Jikan()

forum_episodes = jikan.anime(1, extension='forum/episodes')

@tableaukun
Copy link
Author

@abhinavk99 sorry to raise this ticket again. Would it be possible to add forum/other as an extension as well?

@abhinavk99
Copy link
Owner

abhinavk99 commented Dec 3, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants