Merge branch 'master' of https://github.com/google/google-api-ruby-client into new_programming_interface

This commit is contained in:
Sergio Gomes 2013-09-11 17:23:05 +01:00
commit d7bd7126d3
1 changed files with 4 additions and 0 deletions

View File

@ -107,6 +107,10 @@ client.authorization.fetch_access_token!
client.execute(...) client.execute(...)
``` ```
Service accounts are also used for delegation in Google Apps domains. The target user for impersonation is specified by setting the `:person` parameter to the user's email address
in the credentials. Detailed instructions on how to enable delegation for your domain can be found at [developers.google.com](https://developers.google.com/drive/delegation).
### Batching Requests ### Batching Requests
Some Google APIs support batching requests into a single HTTP request. Use `Google::APIClient::BatchRequest` Some Google APIs support batching requests into a single HTTP request. Use `Google::APIClient::BatchRequest`