Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Last active September 11, 2019 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alyssoncm/4e371ab16fd522270afefbd967c7ceb1 to your computer and use it in GitHub Desktop.
Save alyssoncm/4e371ab16fd522270afefbd967c7ceb1 to your computer and use it in GitHub Desktop.
GET /api/products
[{
"title": "Table lamp",
"desc": "Features a ceramic base and antique brass accents.",
"price": "$178"
},
{
"title": "Floor lamp",
"desc": "Geometric floor lamp with ivory linen shade.",
"price": "$299"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment