How to get credits from tmdb?
jimlynnjulian opened this issue · 0 comments
jimlynnjulian commented
How do I get the credits data from tmdb using MTG?
curl --request GET \ --url 'https://api.themoviedb.org/3/movie/346/credits?language=en-US' \ --header 'Authorization: Bearer abcdefghijk...' \ --header 'accept: application/json'