You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you pls add an endpoint to fetch a list of books with each book having chapters and each chapter having verses numbers. Something of this structure:
Could you pls add an endpoint to fetch a list of books with each book having chapters and each chapter having verses numbers. Something of this structure:
[{
"book": "Genesis",
"number_of_chapters": 50,
"chapters": [
1: {"verses": 31},
2: ...
]
},
...
]
The text was updated successfully, but these errors were encountered: