Implemented async get requests
Pre-release
Pre-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.