GET /account/{id}/rated/tv
only shows series, not episodes, is that correct? If so, can we have a GET /account/{id}/rated/tv/episodes
? I'd really like to use this API, but for the use case I have in mind, the only way I could do it is to ping each episode for GET /tv/{id}/season/{season_number}/episode/{episode_number}/account_states
, which could easily exceed the rate limit.
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 23 Νοέμβριος 2014 στις 10:19 ΕΊΜΑΙ
Hi lotrf3,
For sure! I've created a new ticket for this here.
This will very likely be completed this week.
Cheers.
Απάντηση από τον/την lotrf3
στις 5 Δεκέμβριος 2014 στις 11:29 ΜΜ
Hey, just checking in on what your timeline is for this ticket?
Also, are you planning on returning
/tv/{id}/season/{season_number}/episode/{episode_number}
style identifiers or/episode/{id}
with the ids given on episode GETs? Because those episode id's don't seem to be usable anywhere in the API; I assume they're just used as database keys?Thanks.
Απάντηση από τον/την Travis Bell
στις 25 Φεβρουάριος 2015 στις 11:26 ΕΊΜΑΙ
Hey lotrf3,
I just pushed this live. There's 2 new methods that can help you here.
/account/{id}/rated/tv/episodes
/tv/{id}/season/{season_number}/account_states
The first one is pretty obvious, you can paginate through your rated episodes but I also added the second one which I think can be helpful. You can easily, in one call get the whole seasons account_state.
Hope these help! These are both documented in the documentation.
Cheers.
Απάντηση από τον/την lotrf3
στις 25 Φεβρουάριος 2015 στις 11:35 ΕΊΜΑΙ
Haha, I saw you closed the issue, so started poking around
/account/{id}/rated/tv/episodes
on my own. I was just about bug you about not updating the documentation, and then you pre-empt me by 10 minutes. Thanks a lot, this is exactly what I need.