Sha256: f21b1249ff753b418cfa94d9decba06c896c12192f1299aa9b4759137b9232d0

Contents?: true

Size: 303 Bytes

Versions: 2

Compression:

Stored size: 303 Bytes

Contents

module EyeEmConnector

  class Client

    module Missions
      # for the options of different albums endpoints, see https://github.com/eyeem/Public-API/wiki/Albums

      def missions(options={})
        response = get('missions/lightweight',options)
        response.body
      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
EyeEmConnector-0.3.1 lib/EyeEmConnector/models/missions.rb
EyeEmConnector-0.3.0 lib/EyeEmConnector/models/missions.rb