Module: Ohanakapa::Client::Search
- Included in:
- Ohanakapa::Client
- Defined in:
- lib/ohanakapa/client/search.rb
Overview
Methods for the Search API
Instance Method Summary collapse
-
#search(path, options = {}) ⇒ Sawyer::Resource
Performs a query of the API.
Instance Method Details
#search(path, options = {}) ⇒ Sawyer::Resource
Performs a query of the API
17 18 19 |
# File 'lib/ohanakapa/client/search.rb', line 17 def search(path, = {}) paginate path, end |