Skip to content
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

EN-9416/all-esdt-api #2938

Merged
merged 6 commits into from
Mar 31, 2021
Merged

Conversation

sasurobert
Copy link
Contributor

all new api to get all information from a given user on esdts

@bogdan-rosianu bogdan-rosianu self-requested a review March 30, 2021 10:41
@@ -23,6 +23,7 @@ const (
getESDTTokens = "/:address/esdt"
getESDTBalance = "/:address/esdt/:tokenIdentifier"
getESDTNFTData = "/:address/esdtnft/:tokenIdentifier/nonce/:nonce"
getAllESDTData = "/:address/completeEsdts"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we remove the /:address/esdt and use this one instead? I don't see why we would keep 2 endpoints, one that contains less info, and one that contains more info

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@@ -23,6 +23,7 @@ const (
getESDTTokens = "/:address/esdt"
getESDTBalance = "/:address/esdt/:tokenIdentifier"
getESDTNFTData = "/:address/esdtnft/:tokenIdentifier/nonce/:nonce"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe rename esdtnft to simply nft? The longer version would translate to Elrond Standard Digital Token Non Fungible Token

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

bogdan-rosianu
bogdan-rosianu previously approved these changes Mar 30, 2021
ccorcoveanu
ccorcoveanu previously approved these changes Mar 30, 2021
@bogdan-rosianu bogdan-rosianu dismissed stale reviews from ccorcoveanu and themself via 4c61ffd March 30, 2021 15:25
bogdan-rosianu
bogdan-rosianu previously approved these changes Mar 30, 2021
@sasurobert sasurobert merged commit 814f6e5 into feat/eip-esdt-local-mint Mar 31, 2021
@sasurobert sasurobert deleted the EN-9416/all-esdt-api branch March 31, 2021 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants