Module: XodClient::InfoEndpoints
- Included in:
- Connection
- Defined in:
- lib/xod_client/concerns/info_endpoints.rb
Instance Method Summary collapse
- #gdpr_ids ⇒ Object
-
#logs(**params) ⇒ Object
params: tracking_id, starting_at, take.
- #queries ⇒ Object
- #scopes ⇒ Object
- #token_details ⇒ Object
- #usage ⇒ Object
Instance Method Details
#gdpr_ids ⇒ Object
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 |
#queries ⇒ Object
12 13 14 |
# File 'lib/xod_client/concerns/info_endpoints.rb', line 12 def queries endpoint(:queries) end |
#scopes ⇒ Object
8 9 10 |
# File 'lib/xod_client/concerns/info_endpoints.rb', line 8 def scopes endpoint(:scopes) end |
#token_details ⇒ Object
4 5 6 |
# File 'lib/xod_client/concerns/info_endpoints.rb', line 4 def token_details endpoint(:token_details) end |
#usage ⇒ Object
21 22 23 |
# File 'lib/xod_client/concerns/info_endpoints.rb', line 21 def usage endpoint(:usage) end |