Last active
August 29, 2015 14:05
-
-
Save taylorbrooks/69d439870c55139a718f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": 12345, | |
"name": "John Piper", | |
"bio": "short bio", | |
"city": "St. Paul", | |
"state": "MN", | |
"organization": "Bethelem Baptist", | |
"media_ids": [4567, 8910, 3142] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment