Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VitoHowe/glm-coding
/ endpoints
Endpoints
33 in github.com/VitoHowe/glm-coding
⨍
Functions
528
◇
Types & classes
76
↳
Endpoints
33
Route
bootstrap_account
router.post("/api/accounts/{account_id}/bootstrap")
app/web/routes.py:None
Route
build_captcha_verify_payload
router.post("/api/accounts/{account_id}/captcha/verify-payload")
app/web/routes.py:None
Route
check_payment
router.get("/api/accounts/{account_id}/payments/check/{biz_id}")
app/web/routes.py:None
Route
clear_ticket_pool
router.delete("/api/accounts/{account_id}/tickets")
app/web/routes.py:None
Route
collect_captcha_tdc
router.get("/api/accounts/{account_id}/captcha/tdc")
app/web/routes.py:None
Route
create_qr
router.post("/api/accounts/{account_id}/payments/qr")
app/web/routes.py:None
Route
delete_account
router.delete("/api/accounts/{account_id}")
app/web/routes.py:None
Route
get_account
router.get("/api/accounts/{account_id}")
app/web/routes.py:None
Route
get_captcha_challenge
router.get("/api/accounts/{account_id}/captcha/challenge")
app/web/routes.py:None
Route
get_network_mode
router.get("/api/network-mode")
app/web/routes.py:None
Route
get_products
router.get("/api/accounts/{account_id}/products")
app/web/routes.py:None
Route
get_proxy_pool_sources
router.get("/api/proxy-pool/sources")
app/web/routes.py:None
Route
get_task_qr_image
router.get("/api/accounts/{account_id}/tasks/{task_id}/qr.png")
app/web/routes.py:None
Route
get_ticket_pool
router.get("/api/accounts/{account_id}/tickets")
app/web/routes.py:None
Route
get_today_logs
router.get("/api/logs/today")
app/web/routes.py:None
Route
healthz
router.get("/healthz")
app/web/routes.py:None
Route
import_account
router.post("/api/accounts/import")
app/web/routes.py:None
Route
index
router.get("/", response_class=HTMLResponse)
app/web/routes.py:None
Route
legacy_index
router.get("/legacy", response_class=HTMLResponse)
app/web/routes.py:None
Route
list_accounts
router.get("/api/accounts")
app/web/routes.py:None
Route
list_tasks
router.get("/api/accounts/{account_id}/tasks")
app/web/routes.py:None
Route
pause_account_flow
router.post("/api/accounts/{account_id}/pause")
app/web/routes.py:None
Route
preview_payment
router.post("/api/accounts/{account_id}/payments/preview")
app/web/routes.py:None
Route
run_payment_flow
router.post("/api/accounts/{account_id}/run")
app/web/routes.py:None
Route
save_captcha
router.post("/api/accounts/{account_id}/captcha")
app/web/routes.py:None
Route
save_proxy_pool_sources
router.put("/api/proxy-pool/sources")
app/web/routes.py:None
Route
seed_preview_payment
router.post("/api/accounts/{account_id}/payments/preview/seed")
app/web/routes.py:None
Route
solve_captcha
router.post("/api/accounts/{account_id}/captcha/solve")
app/web/routes.py:None
Route
start_stock_monitor
router.post("/api/accounts/{account_id}/stock-monitor/start")
app/web/routes.py:None
Route
stop_stock_monitor
router.post("/api/accounts/{account_id}/stock-monitor/stop")
app/web/routes.py:None
Route
submit_captcha_verify
router.post("/api/accounts/{account_id}/captcha/verify")
app/web/routes.py:None
Route
update_account_preferences
router.patch("/api/accounts/{account_id}")
app/web/routes.py:None
Route
update_network_mode
router.patch("/api/network-mode")
app/web/routes.py:None