Created
May 2, 2020 19:33
-
-
Save phileasthefogg/bc59bf8627b87c00a23f9a5b85c96069 to your computer and use it in GitHub Desktop.
Sample data returned from api call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "test", | |
"imgurl": "https://fec-fourloop-looks.s3-us-west-1.amazonaws.com/Footwear/bfa5f26f-acbe-4352-a285-e9ddb3b7d558.jpeg", | |
"type": "footwear", | |
"rating": "5.00", | |
"brand": "Nike", | |
"price": "55.12", | |
"description": "cool shoes", | |
"sizes": "10, 11, 12", | |
"availablesizes": "11", | |
"colors": "blue", | |
"availablecolors": "blue", | |
"producturl": "localhost:3000" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment