Skip to content

Instantly share code, notes, and snippets.

@jpotts18
Last active August 29, 2015 13:57
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 jpotts18/9514981 to your computer and use it in GitHub Desktop.
Save jpotts18/9514981 to your computer and use it in GitHub Desktop.
// GET /chapters/revision
needs update?
{ version : 1 }
// GET /chapter
{
"version": 1,
"chapters":[
{
"id":1,
"order": 1,
"title": "Preface",
"content":"<p> html stuff</p>"
},
{
"id":2,
"order": 2,
"title": "Preface"
"content":"<p> html stuff</p>"
},
{
"id":3,
"order": 3,
"title": "Preface"
"content":"<p> html stuff</p>"
}
]
}
// GET /sponsors
{
sponsors : [
{
"company_name":"Hello"
"img_url":""
"description":""
"hyperlink":""
},
{
"company_name":"Hello"
"img_url":""
"description":""
"hyperlink":""
},
{
"company_name":"Hello"
"img_url":""
"description":""
"hyperlink":""
}
]
}
// GET /about
{
"location": "",
"address":""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment