Skip to content

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.

api_version

Documentation is not yet available.

min_supported_sdk

Documentation is not yet available.

min_supported_clients

Documentation is not yet available.

write_contract_version

Documentation is not yet available.

features

Documentation is not yet available.

honored_client_flags

Documentation 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.