Promises in the Google APIs JavaScript Client Library

added by JavaScript Kicks
10/6/2014 9:06:16 AM

214 Views

The JavaScript Client Library for Google APIs is now Promises/A+-conformant. Requests made using gapi.client.request, gapi.client.newBatch, and from generated API methods like gapi.client.plus.people.search are also promises. You can pass in response and error handlers through their then methods.


0 comments