Skip to content

Fixed issue with relationship between OrderResponses and AssetResponses

Pre-release
Pre-release
Compare
Choose a tag to compare
@dehidehidehi dehidehidehi released this 12 Oct 09:58
· 4 commits to dev since this release

Breaking release for the OrderResponse and AssetResponse classes.
Essentially I found out OpenSea returns sell order data when using the AssetsEndpoint.
I adapted the related Response classes to include the sell order data aswell, but this brought about a breaking fix.
I had to move OrderResponse from it's own py file into the py file containing AssetResponse.

Other:
Added more documentation in the README file.