Skip to content

Instantly share code, notes, and snippets.

@phileasthefogg
Created May 2, 2020 19:33
Show Gist options
  • Save phileasthefogg/bc59bf8627b87c00a23f9a5b85c96069 to your computer and use it in GitHub Desktop.
Save phileasthefogg/bc59bf8627b87c00a23f9a5b85c96069 to your computer and use it in GitHub Desktop.
Sample data returned from api call
[
{
"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