Class: StubHubApi::Search
- Inherits:
-
Base
- Object
- Base
- StubHubApi::Search
show all
- Defined in:
- lib/stub_hub_api/search.rb
Instance Attribute Summary
Attributes inherited from Base
#sandbox, #token
Instance Method Summary
collapse
Methods inherited from Base
#delete_query_api, #get_query_api, #initialize, #post_multi_part_query_api, #post_multi_pdfs_json_query_api, #post_query_api, #put_query_api
Instance Method Details
#event(options = {}) ⇒ Object
11
12
13
|
# File 'lib/stub_hub_api/search.rb', line 11
def event(options = {})
get_query_api("/search/catalog/events/v3", options)
end
|
#listing(options = {}) ⇒ Object
3
4
5
|
# File 'lib/stub_hub_api/search.rb', line 3
def listing(options = {})
get_query_api("/search/inventory/v1", options)
end
|
#section(options = {}) ⇒ Object
7
8
9
|
# File 'lib/stub_hub_api/search.rb', line 7
def section(options = {})
get_query_api("/search/inventory/v1/sectionsummary", options)
end
|