Skip to content

Instantly share code, notes, and snippets.

@taylorbrooks
Last active August 29, 2015 14:05
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 taylorbrooks/69d439870c55139a718f to your computer and use it in GitHub Desktop.
Save taylorbrooks/69d439870c55139a718f to your computer and use it in GitHub Desktop.
{
"id": 4567,
"date": "2010-10-04",
"title": "Christian Hedonism",
"description": "short description",
"type": "sermon", // sermon, article, book
"format": "audio", // audio, video, text
"file_url": "http://aws.amazon.com/john_piper/sermons/2010-10-04.mp3",
"tag_ids": [234, 456, 678],
"bookmarks": [
{
"location": "00:40:03",
"name": "suffering",
"tag_id": 456
},
{
"location": "01:12:00",
"name": "Romans 8",
"tag_id": 234
}
]
}
{
"id": 12345,
"name": "John Piper",
"bio": "short bio",
"city": "St. Paul",
"state": "MN",
"organization": "Bethelem Baptist",
"media_ids": [4567, 8910, 3142]
}
[
{
"id": 234,
"type": "scripture",
"name": "Romans 8"
},
{
"id": 456,
"type": "topic",
"name": "suffering"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment