Skip to content

Commit

Permalink
WIP: breaking version upgrade to v7, remove v1 apis, other small task…
Browse files Browse the repository at this point in the history
…s and cleanup
  • Loading branch information
ryanio committed Dec 5, 2023
1 parent 7ae1e09 commit 3b5620f
Show file tree
Hide file tree
Showing 20 changed files with 730 additions and 8,804 deletions.
2 changes: 1 addition & 1 deletion developerDocs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hidden: false
### Fetching NFTs

```TypeScript
const { nft } = await openseaSDK.api.getNFT(openseaSDK.chain, tokenAddress, tokenId)
const { nft } = await openseaSDK.api.getNFT(tokenAddress, tokenId)
```

Also see methods `getNFTsByCollection`, `getNFTsByContract`, and `getNFTsByAccount`.
Expand Down
7,543 changes: 174 additions & 7,369 deletions package-lock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3b5620f

Please sign in to comment.