cowbird.api.swagger

Package Contents

Functions

api_schema(request: pyramid.request.Request) → cowbird.typedefs.JSON

Return JSON Swagger specifications of Cowbird REST API.

api_swagger(request)

Swagger UI route to display the Cowbird REST API schemas.

get_logger(name: str, level: Optional[int] = None, force_stdout: bool = None, message_format: Optional[str] = None, datetime_format: Optional[str] = None) → logging.Logger

Immediately sets the logger level to avoid duplicate log outputs from the root logger and this logger when

includeme(config)

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)[source]

Swagger UI route to display the Cowbird REST API schemas.

cowbird.api.swagger.get_logger(name: str, level: Optional[int] = None, force_stdout: bool = None, message_format: Optional[str] = None, datetime_format: Optional[str] = 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.

cowbird.api.swagger.includeme(config)[source]