Skip to content

Implemented async get requests

Pre-release
Pre-release
Compare
Choose a tag to compare
@dehidehidehi dehidehidehi released this 30 Sep 09:22
· 6 commits to dev since this release

In addition to adding API key handling, I also completely replaced the get request functionality with a asynchronous implementation.
This is a breaking change from previous releases, but allows for much faster data retrieval!

The API key is automatically detected if you registered it as the OPENSEA_API_KEY variable in your system variables.
Otherwise, you need to pass it into each instance of ClientParams before instantiating an endpoint.