Skip to main content

Overview

Tags are semantic labels that categorise articles and requirements by topic (e.g. data-breach, encryption, audit). Use client.tags() to list and fetch them.

Methods

list()

Returns the first page of all available tags.
Returns Page<Tag>

list(int page, int perPage)

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

get()

Fetch a single tag by slug.
Parameters Returns Tag

iter()

Lazily iterate all tags.
Returns Iterable<Tag>

Model

Tag


Examples

Build a tag index