issues
search
fireblocks
/
fireblocks-sdk-py
Official Python SDK for Fireblocks API
http://docs.fireblocks.com/api/swagger-ui/
MIT License
52
stars
41
forks
source link
V2 Draft
#80
Open
idanya
opened
2 years ago
idanya
commented
2 years ago
This is still a WIP
which includes:
Type annotations - deserializing responses into classes and exposing those to the API consumer
Code splitting - Splitting classes and interfaces to separated files + segmenting the routes to different services under the main SDK entry point
Decoupling of the API and logic layers
Added demo runner for CLI access - manual for testing (can be later wrapped as a CLI to the platform)
This is still a WIP which includes: