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