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:

  1. Type annotations - deserializing responses into classes and exposing those to the API consumer
  2. Code splitting - Splitting classes and interfaces to separated files + segmenting the routes to different services under the main SDK entry point
  3. Decoupling of the API and logic layers
  4. Added demo runner for CLI access - manual for testing (can be later wrapped as a CLI to the platform)