seven1m / bible_api

Ruby web app that serves JSON API for open and public domain bibles
https://bible-api.com
MIT License
557 stars 102 forks source link

Leaves out part of Joshua 24:15 #17

Closed superMDguy closed 7 years ago

superMDguy commented 7 years ago

I was testing out the api a bit, and I tried putting in Joshua 24:15, using the kjv translation: [url I put in](https://bible-api.com/Joshua 24:15?translation=kjv). For some reason, it left out the "we will serve the LORD" part, which you can see here. Is this just an issue with the open bibles repository, or is it something you can fix?

seven1m commented 7 years ago

That's wild. I'll take a look!

seven1m commented 7 years ago

OK, this is fixed! Turns out some longer verses were getting truncated. 😬 But we're all fixed now.

superMDguy commented 7 years ago

Ok, thanks!