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

/person/${id}/credits is obsolete #64

Open
expntly opened this issue Apr 19, 2015 · 0 comments
Open

/person/${id}/credits is obsolete #64

expntly opened this issue Apr 19, 2015 · 0 comments

Comments

@expntly
Copy link

expntly commented Apr 19, 2015

In tmdb_api.py, Person._populate_credits uses /person/${id}/credits but looking at the docs, it looks like this API is gone or at least it's not documented anymore: http://docs.themoviedb.apiary.io/#reference/people/personidmoviecredits

I made a few requests and noticed it seems to be equivalent to (the new) /person/${id}/movie_credits.

Would it be possible to use /combined_credits instead? I think /combined_credits = /movie_credits + /tv_credits.

Obviously the best would be to support all 3 APIs, but that's a stretch.

Thanks!

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

No branches or pull requests

1 participant