I fairly certain this isn't supported, but is there anyway to include the number of seasons in the response for TV responses? Just trying to save a few calls to the API. Would be very helpful if append_to_response was supported on the search endpoint for this. It would be fine if it came up null for movies in such case. Thanks!
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 20 décembre 2016 à 19h15
Hi @numbergames You're correct, this is not supported.
I don't have any immediate plans to change the default search response but there's some plans coming together about what v4 will look like, and one of the features I'm pretty sure I will include is a custom field option.
I don't have any plans to integrate
append_to_response
to the list methods (search, discover, find, etc...) at this time.Réponse de numbergames
le 20 décembre 2016 à 23h52
Thanks for the quick reply. It's been a lot of fun working with your API. You've clearly put a TON of time into the development.
I've only worked on a few APIs, but one in particular that I like for the custom fields options is Flickr. By default their API doesn't return every URL for every image size option, but you can request one or more sizes (among other optional fields) be included with each search, saving a callback to the image detail endpoint.
Given how much you've done here, you're clearly miles ahead of me on these things, but just thought I'd throw it out there.
Will v4 require the full authentication at all times, or only when querying against private user data? (Would hope for ability to use simple token only where possible.)
Réponse de Travis Bell
le 21 décembre 2016 à 10h19
I can't say for sure what v4 will look like, only that some of the ideas have been bubbling up ;)
Thanks for the suggestions, I'll definitely consider them where applicable.