Skip to content

Commit 75e9677

Browse files
committed
fix(ori-2608): update readme get asset apis image_url -> image
1 parent ecd9e02 commit 75e9677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ asset_details = asset_response['data']
263263
"owner_address": "0x32e28bfe647939d073d39113c697a11e3065ea97",
264264
"metadata": {
265265
"name": "random name",
266-
"image_url": "https://cryptopunks.app/cryptopunks/cryptopunk1081.png",
266+
"image": "https://cryptopunks.app/cryptopunks/cryptopunk1081.png",
267267
"description": "nft_description",
268268
"original_id": "151854912345",
269269
"external_url": "[email protected]",
@@ -311,7 +311,7 @@ assets_list = assets_response['data']
311311
"owner_address": "0x32e28bfe647939d073d39113c697a11e3065ea97",
312312
"metadata": {
313313
"name": "random name",
314-
"image_url": "https://cryptopunks.app/cryptopunks/cryptopunk1081.png",
314+
"image": "https://cryptopunks.app/cryptopunks/cryptopunk1081.png",
315315
"description": "nft_description",
316316
"original_id": "151854912345",
317317
"external_url": "[email protected]",

0 commit comments

Comments
 (0)