-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update readme for nft related endpoints #901
Conversation
01bcb82
to
9ae447d
Compare
9ae447d
to
b4cd825
Compare
README.md
Outdated
@@ -3147,6 +3147,299 @@ $ curl -s "https://mainnet.aeternity.io/mdw/v2/transfers?account=ak_7myFYvagcqh8 | |||
|
|||
--- | |||
|
|||
## NFTs (AEX-141 contracts and tokens) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will you also add a reference in the directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thepiwo So far the NFT images are not downloaded or are you imagining other directory use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean in the headlines of the readme to add a reference to this section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
README.md
Outdated
Returns creation and stats information in default paginated way for all NFT collection. The same general paginated parameters might be used: | ||
|
||
- `direction` with `forward` value ascendinly sorts the response contracts by creation transaction index while `backward` works for desc sorting | ||
- `limit` defines the page size |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we can just say that these are paginated endpoint to avoid repeating that there's limit
and direction
which applies for all paginated endpoints?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
3433ae2
to
df38bd7
Compare
Refs #629
Depends on #899