class StubHubApi::Search
Public Instance Methods
event(options = {})
click to toggle source
# File lib/stub_hub_api/search.rb, line 11 def event(options = {}) get_query_api("/search/catalog/events/v3", options) end
listing(options = {})
click to toggle source
# File lib/stub_hub_api/search.rb, line 3 def listing(options = {}) get_query_api("/search/inventory/v1", options) end
section(options = {})
click to toggle source
# File lib/stub_hub_api/search.rb, line 7 def section(options = {}) get_query_api("/search/inventory/v1/sectionsummary", options) end