Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Last active May 18, 2020 00:04
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 philhawksworth/4fcaa9bb6798390dcb8f6eb07717ecc7 to your computer and use it in GitHub Desktop.
Save philhawksworth/4fcaa9bb6798390dcb8f6eb07717ecc7 to your computer and use it in GitHub Desktop.
Inventory data for API and UI demo
{
"prod-cat-outfit-pirate" : { "stock": 0 },
"prod-cat-outfit-bunny" : { "stock": 500 },
"prod-cat-outfit-lion" : { "stock": 7 },
"prod-cat-book" : { "stock": 1000 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment