Overview
Recitals are the numbered preamble paragraphs that provide context and legislative intent for each regulation. Useclient.recitals() to access them.
Methods
list(String frameworkSlug)
Returns the first page of recitals for a framework.
Page<Recital>
list(String frameworkSlug, int page, int perPage)
Fetch a specific page with custom page size.
Returns
Page<Recital>
get()
Fetch a single recital by number.
Returns
Recital
iter()
Lazily iterate all recitals for a framework.
Iterable<Recital>
