Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class Auth
class contree_sdk.auth.Auth(base_url)
resolve()
def resolve() -> Self
get_headers()
@abstractmethod def get_headers() -> dict[str, str]
class JWTAuth
class contree_sdk.auth.JWTAuth(base_url, token)
def get_headers() -> dict[str, str]
class IAMAuth
class contree_sdk.auth.IAMAuth(base_url, token, project_id)
Was this page helpful?