Merge branch 'master' of https://github.com/google/google-api-ruby-client
This commit is contained in:
commit
8f2000d51c
|
@ -137,7 +137,7 @@ Example:
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
client = Google::APIClient.new
|
client = Google::APIClient.new
|
||||||
urlshortener = client.discovered_api('urlshortner')
|
urlshortener = client.discovered_api('urlshortener')
|
||||||
|
|
||||||
batch = Google::APIClient::BatchRequest.new do |result|
|
batch = Google::APIClient::BatchRequest.new do |result|
|
||||||
puts result.data
|
puts result.data
|
||||||
|
|
Loading…
Reference in New Issue