Overview
Annexes are supplementary parts of EU legislation, often containing technical specifications, lists, or tables referenced within the articles. Each annex belongs to one framework and is identified by its annex number or letter (e.g."I", "II", "A").
Methods
list()
Returns a page of annex summaries for a framework.
Returns
Promise<Page<AnnexSummary>>
get()
Fetch the full content of a single annex.
Returns
Promise<Annex>
iter()
Iterate over all annexes in a framework.
list() (except page, which is managed internally).
Returns AsyncGenerator<AnnexSummary>
Models
AnnexSummary
Returned by list() and iter().
Annex
Returned by get(). Extends AnnexSummary with:
