- 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.