rllc / llc-archives

Archived sermons, backed by the cloud
https://llc-archives.herokuapp.com
MIT License
1 stars 1 forks source link

Create a REST API to expose sermons #19

Closed smcadams86 closed 9 years ago

smcadams86 commented 9 years ago

We need to be able to support multiple congregations. Perhaps end points such as

GET    /v1/{congregation_id}/sermons
GET    /v1/{congregation_id}/sermons/{sermon_id}
GET    /v1/congregations
GET    /v1/congregations/{congregation_id}
smcadams86 commented 9 years ago

OBE