Defaults
- flame_hub._base_client.DEFAULT_PAGE_PARAMS: PageParams = {'limit': 50, 'offset': 0}
Default
limit
andoffset
for paginated requests.
- flame_hub._defaults.DEFAULT_AUTH_BASE_URL = 'https://auth.privateaim.dev'
URL of the auth endpoints of the publicly available Hub instance.
- flame_hub._defaults.DEFAULT_CORE_BASE_URL = 'https://core.privateaim.dev'
URL of the core endpoints of the publicly available Hub instance.
- flame_hub._defaults.DEFAULT_STORAGE_BASE_URL = 'https://storage.privateaim.dev'
URL of the storage endpoints of the publicly available Hub instance.