Davide Casale
06482ea3d3
Apply pylint's linting rules to bfxapi/rest/endpoints/rest_authenticated_endpoints.py.
2023-03-07 18:02:26 +01:00
Davide Casale
9e1b336a67
Move _Delay local class in global scope (bfxapi.websocket.client.bfx_websocket_client).
...
Apply pylint's linting rules to bfxapi/rest/__init__.py, bfxapi/rest/enums.py, bfxapi/rest/exceptions.py, bfxapi/rest/serializers.py and bfxapi/rest/types.py."
Apply pylint's linting rules to bfxapi/rest/endpoints/__init__.py, bfxapi/rest/endpoints/bfx_rest_interface.py and bfxapi/rest/endpoints/rest_public_endpoints.py.
2023-03-07 17:08:37 +01:00
Davide Casale
cec9d6ba68
Rewrite, edit and organize examples/rest demos.
2023-02-20 18:11:10 +01:00
Davide Casale
49517f9709
Small fix in package import statements.
2023-02-14 17:03:16 +01:00
Davide Casale
e5b0c1af9c
Move merchant endpoints in bfxapi.rest.endpoints.rest_merchant_endpoints sub-package.
2023-02-12 22:09:44 +01:00
Davide Casale
52bc475971
add currency endpoints
...
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com >
2023-02-12 22:03:10 +01:00
Davide Casale
917a4a8367
add Payment
...
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com >
2023-02-12 22:01:12 +01:00
Davide Casale
c41c00259f
add endpoints
...
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com >
2023-02-12 21:45:01 +01:00
Davide Casale
3c377928b2
fix errors merchant
...
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com >
2023-02-12 21:41:33 +01:00
Davide Casale
9ada3b05a2
Fix bug in submit_invoice method (bfxapi.rest.endpoints.rest_authenticated_endpoints).
2023-02-12 21:29:06 +01:00
Davide Casale
180e92fcb4
merchant
...
Co-Authored-By: itsdeka <dario.moceri@bitfinex.com >
2023-02-10 04:27:35 +01:00
Davide Casale
7e7c4ef23a
Fix all mypy errors and warnings.
2023-02-09 04:22:22 +01:00
Davide Casale
5cf3b18ff3
Fix bug in composing data object inside bfxapi/rest/endpoints/rest_authenticated_endpoints.py file.
2023-02-09 04:16:31 +01:00
itsdeka
48583786f7
login history + balance available
2023-02-09 03:33:03 +01:00
itsdeka
15a2e41e43
user info + fixs
2023-02-09 03:27:15 +01:00
Davide Casale
2d01261182
Organize rest sub-package. Create new endpoints and middleware sub-packages. Rename class Requests to Middleware.
2023-02-07 18:55:17 +01:00