/token
/
/process_question
{
"question": "string"
}
/tables
POST /save_question
{
"question": "string"
}
GET /questions
All endpoints except /token require Bearer token authentication:
Authorization: Bearer <your_access_token>
To apply the configmap, run:
kubectl apply -f configmap.yaml
7 commits
Python
100.0%
/token
/
/process_question
{
"question": "string"
}
/tables
POST /save_question
{
"question": "string"
}
GET /questions
All endpoints except /token require Bearer token authentication:
Authorization: Bearer <your_access_token>
To apply the configmap, run:
kubectl apply -f configmap.yaml
7 commits
Python
100.0%