Module: EyeEmConnector::Client::Search

Included in:
EyeEmConnector::Client
Defined in:
lib/EyeEmConnector/models/search.rb

Instance Method Summary collapse

Instance Method Details

#search(options = {}) ⇒ Object

for the options of different albums endpoints, see github.com/eyeem/Public-API/wiki/Albums



8
9
10
11
# File 'lib/EyeEmConnector/models/search.rb', line 8

def search(options={})
  response = get('search',options)
  response.body
end