blakejoy / tmdb-ts

Typescript client wrapper for TheMovieDB (TMDB) v3
MIT License
39 stars 12 forks source link

add people endpoint #7

Closed Der-Penz closed 1 year ago

Der-Penz commented 1 year ago

People endpoint!

I added support for the people endpoints. All HTTP Get requests for the people TMDB endpoint are supported.

Additions