Raises:
15 16 17 18 19
# File 'lib/intercom/service/admin.rb', line 15 def me response = @client.get("/me", {}) raise Intercom::HttpError.new('Http Error - No response entity returned') unless response from_api(response) end