I'd like to cut down on how many requests i make to help speed things up for users. One type of request i do a fair bit is something like the following: http://api.netflix.com/catalog/titles/movies/<some_title_key>?expand=synopsis,cast,directors,formats Is it possible to do the above, but to request data about multiple keys at the same time?
Message edited by Cyrus Najmabadi 3 years ago
Cyrus Najmabadi – 3 years ago
Help on this would be appreciated? It'll also help vastly reduce the number of calls i make into the netflix API :)
Please sign in to add a post.
I'd like to cut down on how many requests i make to help speed things up for users. One type of request i do a fair bit is something like the following:
http://api.netflix.com/catalog/titles/movies/<some_title_key>?expand=synopsis,cast,directors,formats
Is it possible to do the above, but to request data about multiple keys at the same time?
Message edited by Cyrus Najmabadi 3 years ago
Cyrus Najmabadi – 3 years ago
Help on this would be appreciated? It'll also help vastly reduce the number of calls i make into the netflix API :)