Skip to content

Instantly share code, notes, and snippets.

@yoesuv
Last active June 11, 2019 08:40
Show Gist options
  • Save yoesuv/0c274f3314cefd40f66e6ed83f08acc6 to your computer and use it in GitHub Desktop.
Save yoesuv/0c274f3314cefd40f66e6ed83f08acc6 to your computer and use it in GitHub Desktop.
{
"status_code" : 200,
"data" : [
{
"id": 1,
"title": "Title Image 1",
"content": "Lorem Ipsum Dolor Amit",
"type": "image",
"media": [
"https://i.imgur.com/BnW0w2T.jpg"
]
},
{
"id": 2,
"title": "Title Multiple Image 1",
"content": "Lorem Ipsum Dolor Amit",
"type": "multiple",
"media": [
"https://i.imgur.com/xulMos6.jpg",
"https://i.imgur.com/ZEP2qhd.jpg",
"https://i.imgur.com/XmTOqh6.jpg"
]
},
{
"id": 3,
"title": "Title Image 2",
"content": "Lorem Ipsum Dolor Amit",
"type": "image",
"media": [
"https://i.imgur.com/BnW0w2T.jpg"
]
},
{
"id": 4,
"title": "Title Multiple Image 2",
"content": "Lorem Ipsum Dolor Amit",
"type": "multiple",
"media": [
"https://i.imgur.com/xulMos6.jpg",
"https://i.imgur.com/ZEP2qhd.jpg",
"https://i.imgur.com/XmTOqh6.jpg"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment