[t-006] Create app_data route — HTTP GET /v1/ios/app_data + GraphQL #6
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Implement the
GET /v1/ios/app_dataHTTP endpoint and mount the GraphQL schema on/graphql.References
Reference
Implementation Steps
Implementation Steps
1. Replace placeholder in
src/routes/app_data.pyWrite a complete module:
2. Update
src/server.pyto call init_routes for each route moduleUpdate server.py so each route module's
init_routes(app)is called:Verification Gate
Verification Gate
Run:
And verify the HTTP endpoint responds:
STOP Conditions
STOP Conditions
Depends on: t-005