Skip to content

Instantly share code, notes, and snippets.

@angeloashmore
Last active February 9, 2024 19:55
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 angeloashmore/943d38d033b387be950e8fef86c2b205 to your computer and use it in GitHub Desktop.
Save angeloashmore/943d38d033b387be950e8fef86c2b205 to your computer and use it in GitHub Desktop.
Prismic integration field mock endpoint
{
"results_size": 1,
"results": [
{
"id": "1",
"title": "Item Title",
"description" : "Description of the item.",
"image_url" : "https://images.unsplash.com/photo-1577401239170-897942555fb3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80",
"last_update" : 1509364426938,
"blob": {
"sku": "1",
"title": "First item",
"description": "Description of first item.",
"image_url": "https://images.unsplash.com/photo-1577401239170-897942555fb3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1600&q=80"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment