Sha256: e7820ac88e9748a889b3819b4a659dfe23e9459894586c58cb6e85af5d5f8f03

Contents?: true

Size: 202 Bytes

Versions: 15

Compression:

Stored size: 202 Bytes

Contents

module Vzaar
  module Request
    class WhoAmI < Base
      endpoint '/api/test/whoami'
      authenticated true
      resource "WhoAmI"

      def format_suffix
        nil
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
vzaar-1.6.2 lib/vzaar/request/who_am_i.rb
vzaar-1.6.1 lib/vzaar/request/who_am_i.rb
vzaar-1.6.0 lib/vzaar/request/who_am_i.rb
vzaar-1.5.3 lib/vzaar/request/who_am_i.rb
vzaar-1.5.2 lib/vzaar/request/who_am_i.rb
vzaar-1.5.1 lib/vzaar/request/who_am_i.rb
vzaar-1.5.0 lib/vzaar/request/who_am_i.rb
vzaar-1.4.4 lib/vzaar/request/who_am_i.rb
vzaar-1.4.1 lib/vzaar/request/who_am_i.rb
vzaar-1.3.1 lib/vzaar/request/who_am_i.rb
vzaar-1.3.0 lib/vzaar/request/who_am_i.rb
vzaar-1.2.4 lib/vzaar/request/who_am_i.rb
vzaar-1.2.3 lib/vzaar/request/who_am_i.rb
vzaar-1.2.2 lib/vzaar/request/who_am_i.rb
vzaar-1.0.0 lib/vzaar/request/who_am_i.rb