chapter

suspend fun chapter(chapter: ChapterReference, limit: Long = Long.MAX_VALUE, offset: Long = Long.MIN_VALUE): List<Verse>

Retrieves all verses from a specific chapter.

Return

List of Verse objects from the specified chapter

Parameters

chapter

The ChapterReference specifying which chapter to retrieve

limit

Maximum number of verses to return (default: Long.MAX_VALUE)

offset

Number of verses to skip (default: Long.MIN_VALUE)

Throws

if there's an error accessing the database