Skip to main content

Prerequisites

Install the SDK first:
Then create a client:

List All Frameworks

Fetch the first page of available EU regulatory frameworks:
Example output:

Iterate All CRA Articles

Use iter() to walk every article without managing pagination yourself:
iter() automatically fetches subsequent pages until the list is exhausted.

Fetch a Single Article


Search Across All Frameworks

Narrow by result type:

Get Compliance Requirements

Pull every GDPR requirement and print its type:

Get Compliance Deadlines


Next Steps

Frameworks →

Articles →

Pagination →

Error Handling →