module EyeEmConnector::Client::Missions

Public Instance Methods

missions(options={}) click to toggle source

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

# File lib/EyeEmConnector/models/missions.rb, line 8
def missions(options={})
  response = get('missions/lightweight',options)
  response.body
end