stable/freqtrade/rpc
creslinux 05226f6def Moved from decorators to app.add_url_rule
This has the benefit of creating a label which may be helpful if later
refactoring.

This change misses the main thrust of requests from both Gcarq and Shusso to
better layout the code

Im running into a challenge with 'self' not being available, or able to be
passed in either to decorators or view_func

This may simply be how I've instantiated an RPC in the wuperwrap or im within a thread
 - my very limited exposure to programming is at play! After moving code around
 lots of ways to no success and google not being helpful im committing for further feeback
2018-06-15 09:14:17 +00:00
..
__init__.py Move RPC and Telegram to classes 2018-03-03 09:33:54 +08:00
api_server.py Moved from decorators to app.add_url_rule 2018-06-15 09:14:17 +00:00
rest_client.py Merge remote-tracking branch 'origin/flask_rest' into flask_rest 2018-06-14 15:41:32 +00:00
rpc_manager.py Added json validation of formats to check IPv4 2018-06-14 20:19:15 +00:00
rpc.py define _rpc_reload_conf as private method 2018-06-13 15:29:27 +02:00
telegram.py define _rpc_reload_conf as private method 2018-06-13 15:29:27 +02:00