Overview
Articles are the numbered provisions within each regulation. Useclient.articles() to list, fetch, and iterate articles for any framework.
Methods
list(String frameworkSlug)
Returns the first page of articles for a framework.
Page<ArticleSummary>
list(String frameworkSlug, int page, int perPage)
Fetch a specific page with custom page size.
Returns
Page<ArticleSummary>
get()
Fetch full detail for a single article including all paragraphs.
Returns
Article
related()
Fetch articles related to a given article (cross-references).
Page<ArticleSummary>
iter()
Lazily iterate all articles for a framework.
Iterable<ArticleSummary>
Models
ArticleSummary
Returned by list(), related(), and iter().
Article
Returned by get(). Includes all ArticleSummary fields plus:
