MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / response

Method response

src/core/http/controller.py:27–36  ·  view source on GitHub ↗
(
        self,
        data: Any | None = None,
        meta: dict[str, Any] | None = None,
        resource_type: str | None = None,
        include: str | None = None,
    )

Source from the content-addressed store, hash-verified

25 return self.container.log()
26
27 async def response(
28 self,
29 data: Any | None = None,
30 meta: dict[str, Any] | None = None,
31 resource_type: str | None = None,
32 include: str | None = None,
33 ) -> JsonApiResponse:
34 return await self.api_response_service.response(
35 data=data, meta=meta, resource_type=resource_type, include=include
36 )

Callers 11

exception_handlerFunction · 0.45
user_listMethod · 0.45
createMethod · 0.45
loginMethod · 0.45
signupMethod · 0.45
re_send_confirm_emailMethod · 0.45
confirm_userMethod · 0.45
refreshMethod · 0.45
listMethod · 0.45
viewMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected