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-22 00:04:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a37b7dda339dadd4674bdfdc5b18ec7d2b150b61
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
a37b7dda33
Add bfxapi/websocket/errors.py script. Add __require_websocket_connection decorator inside BfxWebsocketClient class. Implement unsubscribe and clear methods.
2022-11-08 17:47:46 +01:00
..
__init__.py
Add bfxapi/websocket/errors.py script. Add __require_websocket_connection decorator inside BfxWebsocketClient class. Implement unsubscribe and clear methods.
2022-11-08 17:47:46 +01:00
BfxWebsocketClient.py
Add bfxapi/websocket/errors.py script. Add __require_websocket_connection decorator inside BfxWebsocketClient class. Implement unsubscribe and clear methods.
2022-11-08 17:47:46 +01:00
channels.py
Add bfxapi package. Add bfxapi.websocket subpackage. Add requirements.txt file.
2022-11-07 18:35:39 +01:00
errors.py
Add bfxapi/websocket/errors.py script. Add __require_websocket_connection decorator inside BfxWebsocketClient class. Implement unsubscribe and clear methods.
2022-11-08 17:47:46 +01:00
manager.py
Add bfxapi/websocket/manager.py file. Separate channel handlers from BfxWebsocketClient.py to manager.py. Fix bug in subscribe method.
2022-11-08 17:04:22 +01:00