cornice ======= .. py:module:: cornice Attributes ---------- .. autoapisummary:: cornice.ViewCallableParam cornice.ViewCallableType cornice.ViewCallableDecorator cornice.ViewCallableService Classes ------- .. autoapisummary:: cornice.Service Package Contents ---------------- .. py:data:: ViewCallableParam .. py:data:: ViewCallableType .. py:data:: ViewCallableDecorator .. py:data:: ViewCallableService .. py:class:: Service(name: str, path: Optional[str] = None, description: Optional[str] = None, cors_policy: Dict[str, str] = None, pyramid_route: Optional[str] = None, depth: int = 1, **kwargs: Any) .. py:property:: name :type: str .. py:property:: path :type: str .. py:method:: head(*, response_schemas: Dict[str, colander.SchemaNode], schema: Optional[colander.SchemaNode] = None, tags: Optional[List[str]] = None, api_security: Optional[cowbird.typedefs.JSON] = None) -> ViewCallableService :staticmethod: .. py:method:: get(*, response_schemas: Dict[str, colander.SchemaNode], schema: Optional[colander.SchemaNode] = None, tags: Optional[List[str]] = None, api_security: Optional[cowbird.typedefs.JSON] = None) -> ViewCallableService :staticmethod: .. py:method:: put(*, response_schemas: Dict[str, colander.SchemaNode], schema: Optional[colander.SchemaNode] = None, tags: Optional[List[str]] = None, api_security: Optional[cowbird.typedefs.JSON] = None) -> ViewCallableService :staticmethod: .. py:method:: post(*, response_schemas: Dict[str, colander.SchemaNode], schema: Optional[colander.SchemaNode] = None, tags: Optional[List[str]] = None, api_security: Optional[cowbird.typedefs.JSON] = None) -> ViewCallableService :staticmethod: .. py:method:: patch(*, response_schemas: Dict[str, colander.SchemaNode], schema: Optional[colander.SchemaNode] = None, tags: Optional[List[str]] = None, api_security: Optional[cowbird.typedefs.JSON] = None) -> ViewCallableService :staticmethod: .. py:method:: delete(*, response_schemas: Dict[str, colander.SchemaNode], schema: Optional[colander.SchemaNode] = None, tags: Optional[List[str]] = None, api_security: Optional[cowbird.typedefs.JSON] = None) -> ViewCallableService :staticmethod: