Overview
Frameworks represent EU regulations such as GDPR, CRA, NIS2, and the AI Act. Useclient.frameworks() to list and fetch them.
Methods
list()
Returns a page of all available frameworks.
Page<Framework>
list(int page, int perPage)
Fetch a specific page with custom page size.
Returns
Page<Framework>
get()
Fetch full detail for a single framework by slug.
Returns
FrameworkDetail
iter()
Lazily iterate all frameworks across all pages.
Iterable<Framework>
Models
Framework
Returned by list() and iter().
FrameworkDetail
Returned by get(). Includes all Framework fields plus:
