module EyeEmConnector::Client::Search
Public Instance Methods
search(options={})
click to toggle source
for the options of different albums endpoints, see github.com/eyeem/Public-API/wiki/Albums
# File lib/EyeEmConnector/models/search.rb, line 8 def search(options={}) response = get('search',options) response.body end