Matthias
|
5ed85963a9
|
Allow forcebuy price to be a string by converting it to float
fix #3970
|
2020-11-21 10:39:49 +01:00 |
|
Matthias
|
2af1c80fd5
|
Convert _rpc_show_config to static method
|
2020-11-08 11:26:02 +01:00 |
|
Matthias
|
5f63fdd8ad
|
Use better lock message
|
2020-10-20 19:40:39 +02:00 |
|
Matthias
|
cd2866eaec
|
Add rest endpoint for /locks
|
2020-10-20 19:21:13 +02:00 |
|
Matthias
|
ec713ff5ae
|
Convert _rpc_analysed_history_full to static method
|
2020-10-16 06:26:57 +02:00 |
|
Matthias
|
c9b3766fa3
|
Remove rest_dump
it's just a wrapper around jsonify with no benefits
|
2020-10-04 09:14:46 +02:00 |
|
Matthias
|
63e1cba597
|
fix some typos
|
2020-10-04 09:12:52 +02:00 |
|
Matthias
|
176006da29
|
Sort imports
|
2020-10-02 07:00:45 +02:00 |
|
Matthias
|
350fcc071e
|
Don't use __code__
__code__ is a special method name used by python already
source:
https://docs.python.org/3/reference/datamodel.html#special-method-names
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
b38f68b3b0
|
Add 404 when strategy is not found
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
ba10bd7756
|
Add strategy code to __code__
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
f82d39e1b0
|
Enhance restclient and add tests for new api methods
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
bb4993dc20
|
Add new endpoints to the documentation
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
c59a1be154
|
show_config should not use freqtrade object
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
1de248fe38
|
add list_available_pairs endpoint
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
6a59740f83
|
Strategies should be a nested object
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
18bbfdd341
|
Add /strategies endpoint
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
f227f6a755
|
Use passed in config object to allow this to work in webserver mode
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
b93ad8840a
|
Return date column unmodified
|
2020-09-29 06:35:47 +02:00 |
|
Matthias
|
f5dc10e4ae
|
Add pair_history endpoint
|
2020-09-29 06:35:46 +02:00 |
|
Matthias
|
677078350f
|
Add plot_config endpoint
|
2020-09-29 06:35:46 +02:00 |
|
Matthias
|
133ca9c770
|
Convert types to support valid json
|
2020-09-29 06:35:46 +02:00 |
|
Matthias
|
a38b33cd9c
|
Support limiting analyzed history
|
2020-09-29 06:35:46 +02:00 |
|
Matthias
|
9dfbc1a7ff
|
Add analyzed_history endpoint
|
2020-09-29 06:35:46 +02:00 |
|
Matthias
|
253b7b763e
|
Apply isort to freqtrade codebase
|
2020-09-28 19:40:46 +02:00 |
|
Matthias
|
5daaed1449
|
Help endpoint does not make sense for the rest api server.
therefore, remove the TODO.
|
2020-09-19 11:25:00 +02:00 |
|
Matthias
|
b8773de5b0
|
scoped sessions should be closed after requests
|
2020-09-11 06:44:20 +02:00 |
|
Matthias
|
a9e7ee8113
|
Merge pull request #3683 from freqtrade/logging_endpoints
Logging endpoints
|
2020-08-27 15:11:17 +02:00 |
|
Matthias
|
5f79caa307
|
Implement /logs endpoints in telegram and restAPI
|
2020-08-14 15:44:36 +02:00 |
|
Matthias
|
87e4a82041
|
Merge branch 'develop' into bt_add_maxdrawdown
|
2020-08-09 08:34:36 +02:00 |
|
Matthias
|
9163c7f3d3
|
Improve api response
|
2020-08-04 19:43:05 +02:00 |
|
Matthias
|
b954af33cf
|
Fix type erorr in callable
|
2020-08-04 16:01:41 +02:00 |
|
Matthias
|
215972c68f
|
Implement /delete for api-server
|
2020-08-04 14:41:22 +02:00 |
|
Matthias
|
fbddfaeacf
|
Introduce DatetimePrintFormat
|
2020-07-03 06:58:27 +02:00 |
|
Theagainmen
|
99ac2659f3
|
Init FIAT converter in api_server.py
|
2020-07-02 11:27:33 +02:00 |
|
Matthias
|
b77a105778
|
Add CORS_origins key to configuration
|
2020-06-24 20:32:19 +02:00 |
|
Theagainmen
|
ac92834693
|
reload_conf & reload_config now both accepted, code is more consistent now
|
2020-06-10 19:28:02 +02:00 |
|
Matthias
|
7ad1c7e817
|
Allow lower verbosity level for api server
Not logging all calls makes sense when running the UI
otherwise this is VERY verbose, clogging up the log.
|
2020-05-31 09:51:45 +02:00 |
|
Matthias
|
a11651ae67
|
Correctly test cors
|
2020-05-20 19:43:52 +02:00 |
|
Matthias
|
2fbd31f5e0
|
CORS - allow authenticated responses
|
2020-05-20 07:04:48 +02:00 |
|
Matthias
|
61f6acb5c9
|
Add cors support - needed for UI
|
2020-05-16 07:07:24 +02:00 |
|
Matthias
|
d291ca0071
|
Simplify code section
|
2020-05-10 19:43:16 +02:00 |
|
Matthias
|
21c2af2b92
|
Load jwt_key from config
|
2020-05-10 19:42:06 +02:00 |
|
Matthias
|
c3f0b5d4eb
|
Rename methods to match endpoints
|
2020-05-10 19:37:41 +02:00 |
|
Matthias
|
8139058fcc
|
Implement token/login and token/refresh endpoints
|
2020-05-10 10:35:38 +02:00 |
|
Ork Blutt
|
6256025c73
|
various adjustement from PR discussion
|
2020-04-06 11:00:31 +02:00 |
|
Ork Blutt
|
15c45b984d
|
removing whitespace
|
2020-04-05 16:47:46 +02:00 |
|
Ork Blutt
|
0a14d5ec46
|
trades history RPC
|
2020-04-05 16:14:02 +02:00 |
|
Matthias
|
5b996920f2
|
Merge branch 'develop' into configvalidation
|
2019-11-27 19:48:21 +01:00 |
|
Matthias
|
0775ac081a
|
Cleanup constants and required
|
2019-11-25 07:12:30 +01:00 |
|