bibleapi/bibleapi-rest

Add supported Bible translations meta data

rkazakov opened this issue · 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']
}