似乎有两种方法可以使用Google API客户端Ruby gem:
execute
:( https://developers.google.com/google-apps/calendar/v3/reference/calendarList/list#examples)Calendar API文档示例使用前一种方法,但似乎批处理请求(https://developers.google.com/api-client-library/ruby/guide/batch)需要后一种方法。
有没有办法用前一种方法批量请求?有没有办法调和这两种方法?
答案 0 :(得分:0)
听取宝石作者的回复 - 后者是首选,因为它是宝石v0.9中引入的新语法的一部分。目前并非所有Google开发者网站上的文档/示例都已更新,但他们有迁移指南:
https://github.com/google/google-api-ruby-client/blob/master/MIGRATING.md