בתאריך נובמבר 15, 2016 בשעה 8:19לפני חצות יום פורסם ע״י
Is it possible to expand release_date informaion in the /movie/{movie_id}/ API to include all the info we get from /movie/{movie_id}/release_dates API?
HI @travisbell I'm already using it. When you append releases to the movie discover API it will give you back a stripped version of full release without (for example) the type information (premier, teathrical, ect)
Ah, there is no plan to add something like append_to_response to any of the list methods at this time. V4 is likely to include methods for making customised responses but work on that isn't really slated until next year.
@travisbell I would like to avoid to make an addictional API call for each movie to retrieve that information (because of the API rate limitation) but I could implement a queue for doing that if that's the case
תגובה מאת Travis Bell
ב-נובמבר 15, 2016 ב-5:54אחרי חצות יום
Hi @stermi You can use the
append_to_response
method for this. You can read about how this works here.תגובה מאת stermi
ב-נובמבר 15, 2016 ב-6:51אחרי חצות יום
HI @travisbell I'm already using it. When you append releases to the movie discover API it will give you back a stripped version of full release without (for example) the type information (premier, teathrical, ect)
תגובה מאת Travis Bell
ב-נובמבר 15, 2016 ב-7:07אחרי חצות יום
Ah, there is no plan to add something like append_to_response to any of the list methods at this time. V4 is likely to include methods for making customised responses but work on that isn't really slated until next year.
תגובה מאת stermi
ב-נובמבר 15, 2016 ב-7:09אחרי חצות יום
@travisbell I would like to avoid to make an addictional API call for each movie to retrieve that information (because of the API rate limitation) but I could implement a queue for doing that if that's the case