investfly.api.RestApiClient
class
InvestflyApiError(builtins.Exception):
Common base class for all non-exit exceptions.
class
RestApiClient:
Shared HTTP transport used by the public endpoint-specific clients.
RestApiClient( baseUrl: str, logEnabled: bool = False, verifyTls: bool | str = True, timeout: float = 10.0, session: requests.sessions.Session | None = None)