jdrouet / tmdb-api

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

Add a module to search for people #60

Open joeynotjoe opened 5 months ago

joeynotjoe commented 5 months ago

My apologies if this is already implemented and I'm missing it, but in addition to tmdb_api::movie::search and tmdb_api::tvshow::search, it would be great to add tmdb_api::person::search - it should be available from TMDB's API.

This is similar to the other issue requesting the implementation of get_multi search types.

Thank you!