Method: BlippexAPI::Client::Search#search
- Defined in:
- lib/blippex_api/client/search.rb
#search(opts = {}) ⇒ Hashie::Mash
Get search data
15 16 17 |
# File 'lib/blippex_api/client/search.rb', line 15 def search opts={} get 'search', opts end |