Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaskingAI/TaskingAI
/ BaseEmptyResponse
Class
BaseEmptyResponse
backend/app/schemas/base.py:7–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
class
BaseEmptyResponse(BaseModel):
8
status: str = Field(
"success"
)
9
10
11
class
BaseDataResponse(BaseModel):
Callers
4
api_health_check
Function · 0.90
api_clean_data
Function · 0.90
api_logout_admin
Function · 0.90
api_verify_admin_token
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected