pycarol.auth.ApiKeyAuth

class pycarol.auth.ApiKeyAuth.ApiKeyAuth(api_key)[source]
Args:
api_key: str
Api Key
switch_context(env_id)[source]

Switch context to an environment within the same organization.

Args:

env_id: environment id to switch context to.

Returns:

None
switch_org_context(org_id)[source]

Go to the organization context or switch organization.

Args:
org_id: organization id.
Returns:
None