Ask a question to get started
Enter to sendā¢Shift+Enter new line
ReducedOpenAPISpec( self, servers: List[dict], description: str, endpoints: List
servers
List[dict]
The servers in the spec.
description
str
The description of the spec.
endpoints
List[Tuple[str, str, dict]]
A reduced OpenAPI spec.
This is a quick and dirty representation for OpenAPI specs.
The endpoints in the spec.