Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created January 24, 2023 08:16
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 alibahaaa/def219d080918715eb495b7573fb4060 to your computer and use it in GitHub Desktop.
Save alibahaaa/def219d080918715eb495b7573fb4060 to your computer and use it in GitHub Desktop.
{
"data": [
{
"type": "SCAFFOLD",
"top_bar": [
{
"type": "APP_BAR",
"children": [
{
"type": "EDIT_TEXT",
"value": "ENTER NAME",
"input": "username"
}
]
}
],
"children": [
{
"type": "VERTICAL_LIST",
"children": [
{
"type": "ROW",
"children": [
{
"type": "TEXT",
"value": "Hi 1"
},
{
"type": "IMAGE",
"value": "https://8pic.ir/uploads/flowers.png",
"action": {
"url": "http://kashkool.basalam.com/server_driven_ui/login",
"method": "POST",
"bodies": [
"username"
],
"queries": [
""
]
}
}
]
},
{
"type": "ROW",
"children": [
{
"type": "TEXT",
"value": "Hi 2"
},
{
"type": "IMAGE",
"value": "https://8pic.ir/uploads/tree.png"
}
]
},
{
"type": "ROW",
"children": [
{
"type": "TEXT",
"value": "Hi 3"
},
{
"type": "IMAGE",
"value": "https://8pic.ir/uploads/cactus.png"
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment