bibleapi-rest icon indicating copy to clipboard operation
bibleapi-rest copied to clipboard

Add supported Bible translations meta data

Open rkazakov opened this issue 8 years ago • 0 comments

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']
}

rkazakov avatar Apr 02 '16 05:04 rkazakov