Method: BaseApi::Client::Items#items_search
- Defined in:
- lib/base_api/client/items.rb
#items_search(q, option = {}, &block) ⇒ HTTParty::Response
15 16 17 |
# File 'lib/base_api/client/items.rb', line 15 def items_search(q, option = {}, &block) paginate('/1/items/search', { q: q }.merge(option), &block) end |