issues
search
bryokim
/
bible-api
Get bible verses
https://bible-api-ew0i.onrender.com/
MIT License
0
stars
0
forks
source link
Remove ambiguity between verse and full_verse
#4
Open
bryokim
opened
5 months ago
bryokim
commented
5 months ago
Definitions:
verse
, as used in the code, is a string of a number or range of numbers from a given chapter in a book of the Bible like
'1'
or
'1-2'
.
full_verse
, on the other hand, refers to a string with the book, chapter and verse like
'Genesis 1:1-2'
.
Solutions:
Use
reference
to refer to the full_verse through out the code as used in the
schemas
.
Definitions:
verse
, as used in the code, is a string of a number or range of numbers from a given chapter in a book of the Bible like'1'
or'1-2'
.full_verse
, on the other hand, refers to a string with the book, chapter and verse like'Genesis 1:1-2'
.Solutions:
reference
to refer to the full_verse through out the code as used in the schemas.