Overview
Frameworks are the top-level resource — every article, recital, requirement, and annex belongs to one. Use theclient.frameworks resource to query them.
Methods
list()
Returns the first page of frameworks.
Returns
Page[Framework]
get()
Fetch a single framework by its slug.
Returns
FrameworkDetail
iter()
Iterate over every framework across all pages without manual pagination.
list() (except page, which is managed internally).
Returns Iterator[Framework]
Models
Framework
Returned by list() and iter().
FrameworkDetail
Returned by get(). Extends Framework with:
Examples
Print a framework summary table
Filter active frameworks only
Inspect a framework’s coverage
Look up a framework by short name
Framework slugs are stable identifiers — safe to hardcode in your application. They will not change between API versions.
