bibleapi-rest
bibleapi-rest copied to clipboard
Add supported Bible translations meta data
Add supported Bible translations meta data. At the moment KJV and ASV are supported. So when requested http://localhost:4000/api/v1/meta/translations send the following response:
{
translations: ['KJV', 'ASV']
}