cowbird.api.swagger
Submodules
Functions
|
Return JSON Swagger specifications of Cowbird REST API. |
|
Swagger UI route to display the Cowbird REST API schemas. |
|
Immediately sets the logger level to avoid duplicate log outputs from the root logger and this logger when |
|
Package Contents
- cowbird.api.swagger.api_schema(request: pyramid.request.Request) cowbird.typedefs.JSON [source]
Return JSON Swagger specifications of Cowbird REST API.
- cowbird.api.swagger.api_swagger(request: pyramid.request.Request) cowbird.typedefs.JSON [source]
Swagger UI route to display the Cowbird REST API schemas.
- cowbird.api.swagger.get_logger(name: str, level: int | None = None, force_stdout: bool = None, message_format: str | None = None, datetime_format: str | None = None) logging.Logger [source]
Immediately sets the logger level to avoid duplicate log outputs from the root logger and this logger when level is
logging.NOTSET
.