Skip to content

Instantly share code, notes, and snippets.

@thisandagain
Last active August 29, 2015 14:20
Show Gist options
  • Save thisandagain/9b5549580dcb26345e97 to your computer and use it in GitHub Desktop.
Save thisandagain/9b5549580dcb26345e97 to your computer and use it in GitHub Desktop.
/users/:user/projects/:project/pages
[
{
"id": 1,
"x": 0,
"y": 0,
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"styles": {
"background-color": "#ff0000"
},
"elements": [
{
"id": 1,
"type": "image",
"attributes": {
"src": "https://cat.com/my/image/path.png"
},
"styles": {
"top": "0%",
"left": "0%",
"z-index": 1
}
},
{
"id": 2,
"type": "text",
"attributes": {
"innerHTML": "Hello World!"
},
"styles": {
"top": "20%",
"left": "20%",
"z-index": 2
}
}
]
},
{
"id": 2,
"x": 1,
"y": 0,
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"styles": {
"background-color": "#ff0000"
},
"elements": [
{
"id": 3,
"type": "text",
"attributes": {
"innerHTML": "Welcome to Webmaker"
},
"styles": {
"top": "0%",
"left": "0%",
"z-index": 1
}
},
{
"id": 4,
"type": "link",
"attributes": {
"innerHTML": "Let's Go!"
},
"styles": {
"top": "20%",
"left": "20%",
"z-index": 2
}
}
]
},
{
"id": 3,
"x": 0,
"y": 0,
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"styles": {
"background-color": "#ff0000"
},
"elements": [
{
"id": 1,
"type": "image",
"attributes": {
"src": "https://cat.com/my/image/path.png"
},
"styles": {
"top": "0%",
"left": "0%",
"z-index": 1
}
},
{
"id": 2,
"type": "text",
"attributes": {
"innerHTML": "Hello World!"
},
"styles": {
"top": "20%",
"left": "20%",
"z-index": 2
}
}
]
},
{
"id": 4,
"x": 1,
"y": 0,
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"styles": {
"background-color": "#ff0000"
},
"elements": [
{
"id": 3,
"type": "text",
"attributes": {
"innerHTML": "Welcome to Webmaker"
},
"styles": {
"top": "0%",
"left": "0%",
"z-index": 1
}
},
{
"id": 4,
"type": "link",
"attributes": {
"innerHTML": "Let's Go!"
},
"styles": {
"top": "20%",
"left": "20%",
"z-index": 2
}
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment