Fix stackoverflow tag, minor doc cleanup for batch API
This commit is contained in:
parent
1c849c7e7a
commit
b0b03cc363
|
@ -172,7 +172,7 @@ See the full list of [samples on Google Code](http://code.google.com/p/google-ap
|
|||
|
||||
## Support
|
||||
|
||||
Please [report bugs at the project on Google Code](http://code.google.com/p/google-api-ruby-client/issues/entry). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api) about the client or APIs on [StackOverflow](http://stackoverflow.com).
|
||||
Please [report bugs at the project on Google Code](http://code.google.com/p/google-api-ruby-client/issues/entry). Don't hesitate to [ask questions](http://stackoverflow.com/questions/tagged/google-api-ruby-client) about the client or APIs on [StackOverflow](http://stackoverflow.com).
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -64,7 +64,6 @@ module Google
|
|||
#
|
||||
# client.execute(batch)
|
||||
#
|
||||
|
||||
class BatchRequest < Request
|
||||
BATCH_BOUNDARY = "-----------RubyApiBatchRequest".freeze
|
||||
|
||||
|
|
Loading…
Reference in New Issue