fireblocks-sdk-py icon indicating copy to clipboard operation
fireblocks-sdk-py copied to clipboard

Python types for Webhooks events

Open MichaelSnowden opened this issue 3 years ago • 0 comments

It'd be great if we had a method for parsing the JSON messages sent via Webhooks into Python objects (ideally MyPy-annotated classes). I think this would make it easier to program against the Webhooks API because devs wouldn't have to refer to the documentation for type information--it'd be right there in the code.

MichaelSnowden avatar Mar 14 '22 18:03 MichaelSnowden