1.0.3 • Published 8 years ago
@justindfuller/verse-of-the-day v1.0.3
Verse-Of-The-Day-Server
Backend micro service for displaying a Bible verse of the day.
API
/echo
- Method:
ANY - Returns:
Objectwithsuccessset to true and amessageletting you know you've successfully pinged the server. This is used to verify the service is up and running correctly.
/dailyVerse/?:bibleVersion
- Method:
GET - Returns:
Arraywith threeVerseobjects. A random, Psalm, and Proverb. - If you choose to add
:bibleVersionlike/eng-ESVit will return that translation. This is optional.
/proverb/?:bibleVersion
- Method:
GET - Returns:
Objectwith a ProverbVerseobject. - If you choose to add
:bibleVersionlike/eng-ESVit will return that translation. This is optional.
/psalm/?:bibleVersion
- Method:
GET - Returns:
Objectwith a PsalmVerseobject. - If you choose to add
:bibleVersionlike/eng-ESVit will return that translation. This is optional.
/random/?:bibleVersion
- Method:
GET - Returns:
Objectwith a random book/chapter/verseVerseobject. - If you choose to add
:bibleVersionlike/eng-ESVit will return that translation. This is optional.
/versions
- Method:
GET - Returns:
ArraycontainingObjectsrepresenting the different translations available.