Overview
Requirements are structured, machine-readable compliance obligations extracted from articles. They are classified by type and stakeholder role. Useclient.requirements() to list and iterate them.
Methods
list()
Returns the first page of requirements across all frameworks.
Page<Requirement>
list(String frameworkSlug)
Returns the first page of requirements scoped to a specific framework.
Page<Requirement>
list(String frameworkSlug, int page, int perPage)
Fetch a specific page with custom page size.
Returns
Page<Requirement>
iter()
Lazily iterate all requirements across all frameworks.
Iterable<Requirement>
iter(String frameworkSlug)
Lazily iterate all requirements for a specific framework.
Iterable<Requirement>
