jdrouet / tmdb-api

Yet another TMDB api client written in rust, working with async
13 stars 8 forks source link

Search by id? #24

Closed omerinero closed 1 year ago

omerinero commented 1 year ago

Hi there, Seems we can't search by id or its just me not being able to find it?

Thanks

jdrouet commented 1 year ago

Hey! You can't "search" by id but you can get the details of a TVShow by its id or the details of a movie by its id. If you think about a particular api endpoint on tmdb that is not yet implemented, feel free to open a PR 😉