You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README.md: Added some basic information about the package.
Added test runner, all tests pass.
Minor fix: poorly coded paginator was tested and fixed.
Minor fix: changed id attributes from responses from int to str.
A convenient package for interacting with the OpenSea API; which allows for retrieval of asset data from the OpenSea marketplace (https://opensea.io/).
3
+
4
+
# Warning about the dev branch
5
+
* Do not expect the dev branch to be stable or complete.
6
+
* There is no documentation yet. To get a sense on how the package works, have a look at the endpoint classes in the open_sea_v1 folder. You'll probably want to instanciate an endpoint class, and call it's methods.
7
+
* There will be non backwards-compatible pushes and commit squashes on the dev branch.
8
+
9
+
# About the documentation
10
+
* OpenSea API V1 Documentation: https://docs.opensea.io/reference/
11
+
* Request an API key here: https://docs.opensea.io/reference/request-an-api-key
12
+
* Anonymous API usage is limited to 2 queries per second.
0 commit comments