Sha256: e7efd8ca76ccf1ea1b59f353360046cbd642b79e8260023e6060f593fc1dac5a

Contents?: true

Size: 117 Bytes

Versions: 11

Compression:

Stored size: 117 Bytes

Contents

module Panoptes
  class Client
    module Me
      def me
        get("/me")["users"][0]
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
panoptes-client-0.2.7 lib/panoptes/client/me.rb
panoptes-client-0.2.6 lib/panoptes/client/me.rb
panoptes-client-0.2.5 lib/panoptes/client/me.rb
panoptes-client-0.2.4 lib/panoptes/client/me.rb
panoptes-client-0.2.3 lib/panoptes/client/me.rb
panoptes-client-0.2.2 lib/panoptes/client/me.rb
panoptes-client-0.2.1 lib/panoptes/client/me.rb
panoptes-client-0.2.0 lib/panoptes/client/me.rb
panoptes-client-0.1.2 lib/panoptes/client/me.rb
panoptes-client-0.1.1 lib/panoptes/client/me.rb
panoptes-client-0.1.0 lib/panoptes/client/me.rb