Overview
Annexes contain supplementary material referenced by articles — including technical specifications, classification tables, and approved lists. Useclient.annexes() to access them.
Methods
list(String frameworkSlug)
Returns the first page of annexes for a framework.
Page<AnnexSummary>
list(String frameworkSlug, int page, int perPage)
Fetch a specific page with custom page size.
Returns
Page<AnnexSummary>
get()
Fetch full detail for a single annex including all sections.
Returns
Annex
iter()
Lazily iterate all annexes for a framework.
Iterable<AnnexSummary>
Models
AnnexSummary
Returned by list() and iter().
Annex
Returned by get(). Includes all AnnexSummary fields plus:
