Method: ShareNotify::API#search
- Defined in:
- lib/share_notify/api.rb
#search(query) ⇒ HTTParty::Response
33 34 35 |
# File 'lib/share_notify/api.rb', line 33 def search(query) @response = with_timeout { self.class.get(api_search_point, query: { q: query }) } end |