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:
parent
365b4da5a9
commit
8e093fae9f
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user