seven1m / bible_api

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

Get chapter numbers #90

Open markdhem opened 9 months ago

markdhem commented 9 months ago

Hi, could you please add a 'get_chapters' function that fetches all the chapter numbers found in the book? Thanks! :)

For example: https://bible-api.com/Genesis { "reference": "Genesis", "chapters": 50 }