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.
Page<Tag>
list(int page, int perPage)
Fetch a specific page with custom page size.
Returns
Page<Tag>
get()
Fetch a single tag by slug.
Returns
Tag
iter()
Lazily iterate all tags.
Iterable<Tag>
