stable/freqtrade/rpc
creslinux 95ba016558 rpc.py
Added RPCExcpetion if trades is empty on trade.query

api_server
Return e on exception created server 500 error.
Returned text for client, and sent e to logger

Added profit and status table functions.

Will look to add unit tests for these two
2018-06-25 19:55:28 +00:00
..
__init__.py Move RPC and Telegram to classes 2018-03-03 09:33:54 +08:00
api_server_common.py Moved routes that do not need access to rpc.rpc self into their own 2018-06-25 14:03:34 +00:00
api_server.py rpc.py 2018-06-25 19:55:28 +00:00
rest_client.py convert start, stop and reload_conf to return a dict 2018-06-25 14:03:25 +00:00
rpc_manager.py Implemented local restful flask service and provided cmdline client 2018-06-25 14:03:15 +00:00
rpc.py rpc.py 2018-06-25 19:55:28 +00:00
telegram.py remove _rpc_status_table and reuse _rpc_status instead 2018-06-25 14:03:31 +00:00