Capabilities
Class: warmhub.Capabilities
Capabilities(api_version: str, min_supported_sdk: str, min_supported_clients: Mapping[str, str], write_contract_version: float, features: Mapping[str, bool], honored_client_flags: tuple[str, ...], extra: Mapping[str, JsonValue] = _no_extra())Generated from Capabilities.
Properties and attributes
Section titled “Properties and attributes”api_version
Section titled “api_version”api_versionDocumentation is not yet available.
min_supported_sdk
Section titled “min_supported_sdk”min_supported_sdkDocumentation is not yet available.
min_supported_clients
Section titled “min_supported_clients”min_supported_clientsDocumentation is not yet available.
write_contract_version
Section titled “write_contract_version”write_contract_versionDocumentation is not yet available.
features
Section titled “features”featuresDocumentation is not yet available.
honored_client_flags
Section titled “honored_client_flags”honored_client_flagsDocumentation is not yet available.
extra = field(default_factory=_no_extra)Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.