1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-01 15:55:34 +01:00

GITBOOK-211: change request with no subject merged in GitBook

This commit is contained in:
Ana Loznianu 2023-05-22 12:37:21 +00:00 committed by gitbook-bot
parent 365b4da5a9
commit 8e093fae9f
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -116,7 +116,9 @@ const config = {
} }
const response = await axios(config) const response = await axios(config)
console.log(response.data.data.nfts) for (let nft of response.data.data.nfts) {
console.log(' id:' + nft.id + ' name: ' + nft.name + ' address: ' + nft.address)
}
``` ```
{% endtab %} {% endtab %}