Last active
April 3, 2020 11:22
-
-
Save NickHolcombe/8d882ae21da9ca0586ff804a15c6ffc2 to your computer and use it in GitHub Desktop.
Example JSON object for Twilio function Blog Post - from https://www.brightec.co.uk/blog/podcasting-to-those-without-internet-access
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
{ | |
"sermons":[ | |
{ | |
"id": 1, | |
"title": "Description for first mp3, e.g. Sunday 9:15", | |
"url": "<enter URL of first mp3>" | |
}, | |
{ | |
"id": 2, | |
"title": "Description for second mp3, e.g. Sunday 10:45", | |
"url": "<enter URL of second mp3>" | |
}, | |
{ | |
"id": 3, | |
"title": "Description for third mp3, e.g. Sunday 6:30", | |
"url": "<enter URL of third mp3>" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment