VersionRegistry.get_all_registered#

classmethod VersionRegistry.get_all_registered() Dict[str, VersionConstraint][source]#

Get all registered APIs and their constraints.

Returns:

Dictionary mapping API identifiers to their version constraints

Return type:

Dict[str, VersionConstraint]

Example

>>> all_apis = VersionRegistry.get_all_registered()
>>> len(all_apis)
42