How am I to fetch network logos?
I see the docs here: https://developers.themoviedb.org/3/networks/get-network-images
However the request and response always the same and responds with just the basic network info. Like
{"headquarters":"Los Gatos, California, USA","homepage":"http://www.netflix.com","id":213,"name":"Netflix","origin_country":""}
Any ideas?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on April 8, 2019 at 12:19 PM
Hey @HDVinnie,
You can get the logos by calling the /images method.
Or of course, use
append_to_response
:P.S. It looks like the path is missing in the docs. Never noticed that, I'll get it updated.