Module: XodClient::InfoEndpoints

Included in:
Connection
Defined in:
lib/xod_client/concerns/info_endpoints.rb

Instance Method Summary collapse

Instance Method Details

#gdpr_idsObject



25
26
27
# File 'lib/xod_client/concerns/info_endpoints.rb', line 25

def gdpr_ids
  endpoint(:gdpr_ids)
end

#logs(**params) ⇒ Object

params: tracking_id, starting_at, take



17
18
19
# File 'lib/xod_client/concerns/info_endpoints.rb', line 17

def logs(**params)
  endpoint(:logs, params)
end

#queriesObject



12
13
14
# File 'lib/xod_client/concerns/info_endpoints.rb', line 12

def queries
  endpoint(:queries)
end

#scopesObject



8
9
10
# File 'lib/xod_client/concerns/info_endpoints.rb', line 8

def scopes
  endpoint(:scopes)
end

#token_detailsObject



4
5
6
# File 'lib/xod_client/concerns/info_endpoints.rb', line 4

def token_details
  endpoint(:token_details)
end

#usageObject



21
22
23
# File 'lib/xod_client/concerns/info_endpoints.rb', line 21

def usage
  endpoint(:usage)
end