chmod77 / dfuse-python

Python bindings for https://dfuse.io
MIT License
9 stars 1 forks source link

Return object of appropriate type on calls #2

Closed chmod77 closed 5 years ago

chmod77 commented 5 years ago

Instead of returning a plain JSON, this PR enables a response of a particular type.

User can then navigate through the type variables for the data.

chmod77 commented 5 years ago

Some calls are still missing the appropriate return types. #WIP