- Add
include_orders
in the assets api - Add cursor-based pagination in
assets
endpoint
- Add support for asset listings and asset offers endpoints
- Add
occured_after
andcollection_editor
arguments to events endpoint - Handle SSL error when making requests
- Docs: add example to paginate the events endpoint (using
events_backfill()
)
- Fix /events endpoint pagination (
events_backfill()
function) by passing only the cursor hash and not the full URL to the next request.
- Ability to override base_url with any other URL
- Support for cursor-based pagination for /events endpoint (and removed deprecated arguments)
- New function to help paginate the /events endpoint
- Introducing a temporary function to fix the
next
url problem until OpenSea addresses this issue - Minor docs updates and cleanup
- Ability to reach all endpoints from one
OpenseaAPI
object - API key support (Opensea requires it from now on)
- First release on PyPI.