Forum Topic Sub-Selection (Episode and Other)
Closed this issue · 4 comments
tableaukun commented
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 commented
Thanks for the heads up, it should be easy to add.
abhinavk99 commented
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 commented
@abhinavk99 sorry to raise this ticket again. Would it be possible to add forum/other
as an extension as well?
abhinavk99 commented
Sure, thanks for letting me know.
…On Tue, Dec 3, 2019, 09:41 tableaukun ***@***.***> wrote:
@abhinavk99 <https://github.com/abhinavk99> sorry to raise this ticket
again. Would it be possible to add forum/other as an extension as well?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#62>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF4YB66B5LXYCQXDSGFXWMTQWZ43RANCNFSM4JRTDAJQ>
.