freqtrade_origin/freqtrade/rpc/api_server
2023-05-21 12:04:18 +02:00
..
ui Deploy to subdirectory 2021-01-31 16:01:00 +01:00
ws Remove some too generic noqa statements 2023-02-22 19:56:32 +01:00
__init__.py Remove some too generic noqa statements 2023-02-22 19:56:32 +01:00
api_auth.py prevent ws endpoint from running without valid token 2022-11-24 13:41:10 -07:00
api_backtest.py Simplify api backtesting by extracting the background_method 2023-05-21 12:04:18 +02:00
api_schemas.py Fix wrong "first trade" date in UI, improve interface 2023-05-15 18:06:17 +02:00
api_v1.py reload_trade should be a post endpoint 2023-05-16 20:27:07 +02:00
api_ws.py Ensure limit is integer (on server) 2023-01-31 11:06:23 +00:00
deps.py Don't have public attributes marked as private 2023-05-21 09:12:02 +02:00
uvicorn_threaded.py Update thread name for uvicorn worker 2023-04-07 14:49:53 +02:00
web_ui.py Force response API to js to fix faulty system configs 2022-08-07 10:42:56 +02:00
webserver_bgwork.py Don't have public attributes marked as private 2023-05-21 09:12:02 +02:00
webserver.py Extract api backtest logic from ApiServer class 2023-05-21 09:08:52 +02:00
ws_schemas.py use new channel apis in emc, extend analyzed df to include list of dates for candles 2022-12-12 22:47:35 -07:00