trading/services/api_gateway
Viktor Barzin 121ece5702
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: add __main__ entrypoint to api-gateway so it starts under python -m
Without this block, `python -m services.api_gateway.main` just imports
the module and exits with code 0, causing CrashLoopBackOff.
2026-02-28 11:22:52 +00:00
..
auth fix: resolve all remaining TODOs, add dev mode auth bypass 2026-02-25 22:02:25 +00:00
routes fix: resolve all remaining TODOs, add dev mode auth bypass 2026-02-25 22:02:25 +00:00
tasks fix: resolve all remaining TODOs, add dev mode auth bypass 2026-02-25 22:02:25 +00:00
__init__.py feat: API gateway with passkey (WebAuthn) authentication 2026-02-22 15:53:48 +00:00
config.py fix: resolve all remaining TODOs, add dev mode auth bypass 2026-02-25 22:02:25 +00:00
main.py fix: add __main__ entrypoint to api-gateway so it starts under python -m 2026-02-28 11:22:52 +00:00
ws.py feat: API gateway trading endpoints, controls, backtest, WebSocket 2026-02-22 15:54:20 +00:00