Skip to main content

Overview

Frameworks represent EU regulations such as GDPR, CRA, NIS2, and the AI Act. Use client.frameworks() to list and fetch them.

Methods

list()

Returns a page of all available frameworks.
Returns Page<Framework>

list(int page, int perPage)

Fetch a specific page with custom page size.
Parameters Returns Page<Framework>

get()

Fetch full detail for a single framework by slug.
Parameters Returns FrameworkDetail

iter()

Lazily iterate all frameworks across all pages.
Returns Iterable<Framework>

Models

Framework

Returned by list() and iter().

FrameworkDetail

Returned by get(). Includes all Framework fields plus:

Examples

List all active frameworks

Build a framework lookup map

Print frameworks with full article coverage