This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
bitfinex-api-py
Watch
1
Star
0
Fork
0
You've already forked bitfinex-api-py
mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced
2025-12-19 14:54:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c23bb253956890c8d3e1775064f52bbfe052daf1
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
e64c25bf19
Implement bfxapi/notifications.py in websocket subpackage.
2023-01-12 18:36:23 +01:00
..
__init__.py
Add bfxapi/websocket/enums.py file. Rewrite bfxapi.websocket's __init__.py. Rename HEARTBEAT constant to _HEARTBEAT to make it internal.
2022-11-23 16:56:13 +01:00
_BfxWebsocketInputs.py
Separate _BfxWebsocketInputs from bfxapi/websocket/BfxWebsocketClient.py to _BfxWebsocketInputs.py. Rename websocket authenticated inputs methods. Refactoring to maintain consistency across the library.
2023-01-12 18:10:00 +01:00
BfxWebsocketClient.py
Separate _BfxWebsocketInputs from bfxapi/websocket/BfxWebsocketClient.py to _BfxWebsocketInputs.py. Rename websocket authenticated inputs methods. Refactoring to maintain consistency across the library.
2023-01-12 18:10:00 +01:00
enums.py
Add bfxapi/enums.py file. Split enumerations in bfxapi/rest/enums.py and bfxapi/websocket/enums.py. Rename enumeration classes to use singular name identifiers.
2022-12-22 18:42:55 +01:00
exceptions.py
Apply lots of refactoring to the websocket subpackage (fix every mypy error and warning). Add integers.py and decimal.py to bfxapi.utils package. Update requirements.txt and setup.py with new mypy dependencies.
2022-12-16 18:30:41 +01:00
handlers.py
Implement bfxapi/notifications.py in websocket subpackage.
2023-01-12 18:36:23 +01:00
serializers.py
Implement bfxapi/notifications.py in websocket subpackage.
2023-01-12 18:36:23 +01:00
typings.py
Implement bfxapi/notifications.py in websocket subpackage.
2023-01-12 18:36:23 +01:00