Fixed issue with relationship between OrderResponses and AssetResponses
Pre-release
Pre-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.