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-20 15:24:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0bb9f65a190656d1707f9a0cedf6ee98f5a2c401
bitfinex-api-py
/
bfxapi
/
rest
History
Davide Casale
0bb9f65a19
Replace SimpleNamespaces with dataclasses. Add base class _Typing in labeler.py to convert dictionaries to dataclasses. Remove SimpleNamespace references.
2023-01-16 16:30:06 +01:00
..
__init__.py
Add barebone files for rest section.
2022-11-30 18:25:15 +01:00
BfxRestInterface.py
Add support for SimpleNamespace (instead of TypedDict) in bfxapi/labeler.py and bfxapi/notifications.py. Add generics Notification type in notifications.py. Add support for new changes in bfxapi/rest/BfxRestInterface.py.
2023-01-13 18:15:29 +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
Add generic error handling (UnknownGenericError in bfxapi/rest/exceptions.py). Add support for new endpoints in _RestAuthenticatedEndpoints class. Extend serializers.py and typings.py.
2022-12-20 17:48:38 +01:00
serializers.py
Add authenticated data example
2023-01-13 17:11:28 +01:00
typings.py
Replace SimpleNamespaces with dataclasses. Add base class _Typing in labeler.py to convert dictionaries to dataclasses. Remove SimpleNamespace references.
2023-01-16 16:30:06 +01:00