Module: HomeAway::API::Domain::Me

Included in:
Client
Defined in:
lib/homeaway/api/domain/me.rb

Instance Method Summary collapse

Instance Method Details

#meHomeAway::API::Response

Note:

user must be logged in via 3 legged oauth to call this function without error

Returns information about the logged in user.

analogous to calling a GET on API url /public/me

Returns:



29
30
31
# File 'lib/homeaway/api/domain/me.rb', line 29

def me
  get '/public/me', {}
end