Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.19 KB

HISTORY.md

File metadata and controls

34 lines (24 loc) · 1.19 KB

History

0.1.8 (2022-xx-xx)

  • Add include_orders in the assets api
  • Add cursor-based pagination in assets endpoint

0.1.7 (2022-03-26)

  • Add support for asset listings and asset offers endpoints
  • Add occured_after and collection_editor arguments to events endpoint
  • Handle SSL error when making requests
  • Docs: add example to paginate the events endpoint (using events_backfill())

0.1.6 (2022-02-25)

  • Fix /events endpoint pagination (events_backfill() function) by passing only the cursor hash and not the full URL to the next request.

0.1.5 (2022-02-17)

  • 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

0.1.3 (2021-12-03)

  • Ability to reach all endpoints from one OpenseaAPI object
  • API key support (Opensea requires it from now on)

0.1.0 (2021-11-07)

  • First release on PyPI.