MCPcopy Index your code
hub / github.com/AstrBotDevs/AstrBot / json

Method json

astrbot/core/platform/webhook_server.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19
20 @property
21 def json(self):
22 return self._request.json()
23
24 async def get_data(self) -> bytes:
25 return await self._request.body()

Callers 15

fetch_release_infoMethod · 0.45
_tavily_searchFunction · 0.45
_tavily_extractFunction · 0.45
_bocha_searchFunction · 0.45
_brave_searchFunction · 0.45
_firecrawl_searchFunction · 0.45
_firecrawl_scrapeFunction · 0.45
_baidu_searchFunction · 0.45
_exa_searchFunction · 0.45
_exa_get_contentsFunction · 0.45
download_dashboardFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected