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!
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 20. Dezember 2016 um 19:15
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.Antwort von numbergames
am 20. Dezember 2016 um 23:52
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.)
Antwort von Travis Bell
am 21. Dezember 2016 um 10:19
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.