require 'Google/API_clIEnt'clIEnt = Google::apiclient.newclIEnt.authorization = nilshopPing = clIEnt.discovered_API("shopPing","v1")result = clIEnt.execute(:API_method => shopPing.products.List,:parameters => { "source" => "public" })
要按GAN发布商ID进行查询,您需要根据需要进行身份验证.您可以使用OAuth 2.您可以在http://code.google.com/p/google-api-ruby-client/wiki/OAuth2看到ruby客户端的示例.用于购物的范围是:
https://www.GoogleAPIs.com/auth/shopPingAPI
您可以使用API资源管理器快速尝试:
http://code.Google.com/APIs/explorer/#_s=shopPing&_v=v1&_m=products.List总结
以上是内存溢出为你收集整理的ruby-on-rails – 使用GAN发布者ID访问google shopping api的Ruby示例全部内容,希望文章能够帮你解决ruby-on-rails – 使用GAN发布者ID访问google shopping api的Ruby示例所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)