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!
Kan ’n rolprent of TV-program nie vind nie? Teken aan om dit te skep.
Wil u hierdie item gradeer of tot ’n lys toevoeg?
Nie ’n lid nie?
Antwoord deur Travis Bell
op 20 Desember 2016 om 7:15 NM
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.Antwoord deur numbergames
op 20 Desember 2016 om 11:52 NM
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.)
Antwoord deur Travis Bell
op 21 Desember 2016 om 10:19 VM
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.