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
3a09ba2e90ede12c43bb85073d9dc5af235d15a3
bitfinex-api-py
/
bfxapi
/
websocket
History
Davide Casale
3a09ba2e90
Add filter parameter to BfxWebsocketClient's __init__.py. Rewrite .notify coroutine adding new feature. Add Notifications channel handlers in handlers.py. Add Notification serializer in serializers.py.
2022-11-24 17:31:47 +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
BfxWebsocketClient.py
Add filter parameter to BfxWebsocketClient's __init__.py. Rewrite .notify coroutine adding new feature. Add Notifications channel handlers in handlers.py. Add Notification serializer in serializers.py.
2022-11-24 17:31:47 +01:00
enums.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
exceptions.py
Rename bfxapi/websocket/errors.py to exceptions.py. Add Errors enumeration inside BfxWebsocketClient.py and bfxapi/websocket/__init__.py.
2022-11-22 18:11:05 +01:00
handlers.py
Add filter parameter to BfxWebsocketClient's __init__.py. Rewrite .notify coroutine adding new feature. Add Notifications channel handlers in handlers.py. Add Notification serializer in serializers.py.
2022-11-24 17:31:47 +01:00
serializers.py
Add filter parameter to BfxWebsocketClient's __init__.py. Rewrite .notify coroutine adding new feature. Add Notifications channel handlers in handlers.py. Add Notification serializer in serializers.py.
2022-11-24 17:31:47 +01:00
typings.py
Add and implement serializers for websocket authenticated channels in bfxapi/websocket/handlers.py.
2022-11-17 17:44:18 +01:00