stable/freqtrade/rpc
creslinux cbfa9e8355 Updated
Stop and start calls added
Along with refactoring to base line and use decorators.
Also modules loaded optionally if enabled in config or not
binds to ip / port set from config.json with warning if not localhost

TODO:
 - use argparse in client, and generally clean client up
 - create unit test
 - documentation
 - extend to other RCP commands, after feedback
2018-06-25 14:03:17 +00:00
..
__init__.py Move RPC and Telegram to classes 2018-03-03 09:33:54 +08:00
local_rest_server.py Updated 2018-06-25 14:03:17 +00:00
rest_client.py Updated 2018-06-25 14:03:17 +00:00
rpc_manager.py Implemented local restful flask service and provided cmdline client 2018-06-25 14:03:15 +00:00
rpc.py fix styling issues 2018-06-17 23:38:07 +02:00
telegram.py define _rpc_reload_conf as private method 2018-06-13 15:29:27 +02:00