BaseClientModel Objects

class BaseClientModel()
A base class for all client data models. Used by the model classes to lazy load the API client. Arguments:
  • config (Optional[GalileoPythonConfig]): The config to use. Defaults to None.

client

@property
def client() -> ApiClient
Returns a fresh client from the config, ensuring the token is up-to-date.