Skip to content

Instantly share code, notes, and snippets.

@sebaslogen
Last active August 8, 2019 15:18
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 sebaslogen/7d5968015199fbb86229facdccbc7387 to your computer and use it in GitHub Desktop.
Save sebaslogen/7d5968015199fbb86229facdccbc7387 to your computer and use it in GitHub Desktop.
Server Driven UI simple JSON example for post
{
"type": "componentScreen",
"title": "Home",
"sections": [
{
"title": "New Releases",
"type": "album",
"items": [
{
"title": "Dance - Smith Quartet",
"image": "https://demo.com/624.jpg",
"action": {
"type": "componentScreen",
"url": "/query/view/album/635212023624"
}
},
{
"title": "Sixteen Contemporary Love Songs for Piano",
"image": "https://demo.com/0837.jpg"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment