cdh.integration_platform.token_api.client module
- class cdh.integration_platform.token_api.client.TokenClient[source]
Bases:
ResourceClient
- get(**kwargs)[source]
Gets a resources from the API. Either over GET or GET_OVER_POST, depending on configuration.
Any kwargs supplied, that are not used for path variables, will be sent to the API. In case of GET, these will be supplied as parameters. In case of GET_OVER_POST, these will be supplied in the POST body.
- Parameters
kwargs – Any additional info to be sent.
- Returns