Class: Yahoo::Api::Shopping

Inherits:
Object
  • Object
show all
Defined in:
lib/yahoo/api/shopping.rb

Class Method Summary collapse

Class Method Details

.category_ranking(opts = {}) ⇒ Object

Yahoo Shopping Category Ranking API v1



15
16
17
# File 'lib/yahoo/api/shopping.rb', line 15

def category_ranking(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/categoryRanking", opts.merge(Yahoo::Api.options))
end

.category_search(opts = {}) ⇒ Object

Yahoo Shopping Category Search API v1



20
21
22
# File 'lib/yahoo/api/shopping.rb', line 20

def category_search(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/categorySearch", opts.merge(Yahoo::Api.options))
end

.content_match_item(opts = {}) ⇒ Object

Yahoo Shopping Content Match Item API v1



35
36
37
# File 'lib/yahoo/api/shopping.rb', line 35

def content_match_item(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/contentMatchItem", opts.merge(Yahoo::Api.options))
end

.content_match_ranking(opts = {}) ⇒ Object

Yahoo Shopping Content Match Ranking API v1



40
41
42
# File 'lib/yahoo/api/shopping.rb', line 40

def content_match_ranking(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/contentMatchRanking", opts.merge(Yahoo::Api.options))
end

.event_search(opts = {}) ⇒ Object

Yahoo Shopping Event Search API v1



50
51
52
# File 'lib/yahoo/api/shopping.rb', line 50

def event_search(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/eventSearch", opts.merge(Yahoo::Api.options))
end

.get_module(opts = {}) ⇒ Object

Yahoo Shopping Get Module API v1



45
46
47
# File 'lib/yahoo/api/shopping.rb', line 45

def get_module(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/getModule", opts.merge(Yahoo::Api.options))
end

.item_lookup(opts = {}) ⇒ Object

Yahoo Shopping Item Lookup API v1



25
26
27
# File 'lib/yahoo/api/shopping.rb', line 25

def item_lookup(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/itemLookup", opts.merge(Yahoo::Api.options))
end

.item_search(opts = {}) ⇒ Object

Yahoo Shopping Item Search API v1



10
11
12
# File 'lib/yahoo/api/shopping.rb', line 10

def item_search(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/itemSearch", opts.merge(Yahoo::Api.options))
end

.query_ranking(opts = {}) ⇒ Object

Yahoo Shopping Query Ranking API v1



30
31
32
# File 'lib/yahoo/api/shopping.rb', line 30

def query_ranking(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/queryRanking", opts.merge(Yahoo::Api.options))
end

.review_search(opts = {}) ⇒ Object

Yahoo Shopping Review Search API v1



55
56
57
# File 'lib/yahoo/api/shopping.rb', line 55

def review_search(opts={})
  Yahoo::Request.get("http://shopping.yahooapis.jp/ShoppingWebService/V1/json/reviewSearch", opts.merge(Yahoo::Api.options))
end