Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_github_default_branch
Method · 0.45
fetch_release_info
Method · 0.45
_tavily_search
Function · 0.45
_tavily_extract
Function · 0.45
_bocha_search
Function · 0.45
_brave_search
Function · 0.45
_firecrawl_search
Function · 0.45
_firecrawl_scrape
Function · 0.45
_baidu_search
Function · 0.45
_exa_search
Function · 0.45
_exa_get_contents
Function · 0.45
download_dashboard
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected