buscape_api:Ruby Buscape API 包装器

时间:2024-07-15 09:47:25
【文件属性】:

文件名称:buscape_api:Ruby Buscape API 包装器

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-15 09:47:25

Ruby

Buscape API 安装 gem install buscape_api 用法 首先需要宝石: require 'buscape_api' 然后实例化Buscape类 buscape = Buscape . new ( :app_id => 'your_app_key' ) Buscape 类还有两个可选参数,它们是:sandbox (应该为 true)和:country_code (在 / 查看它的用法) 使用所有参数的示例是: buscape = Buscape . new ( :app_id => 'your_app_key' , :country_code => 'BR' , :sandbox => true ) 现在您有以下方法可用于您的对象: 类别 产品 提供 顶部_产品 用户评级 产品详情 卖家详情 之后,使用传递参数的 where 方法(遵循 / 参数用


【文件预览】:
buscape_api-master
----Readme.rdoc(1KB)
----Rakefile(164B)
----Gemfile(157B)
----Gemfile.lock(489B)
----buscape_api.gemspec(682B)
----spec()
--------lib()
--------spec_helper.rb(360B)
----.gitignore(10B)
----lib()
--------buscape_api.rb(198B)
--------buscape_api()

网友评论