Skip to main content

Overview

Tags are a structured taxonomy used to categorize articles, recitals, and requirements. Use $client->tags to browse all available tags.

Methods

list()

Returns a page of tags, optionally filtered by framework.
Returns Page<Tag>

get()

Fetch a single tag by slug.
Returns Tag

iter()

Iterate over all tags.
Returns \Generator<Tag>

Model

Tag

FieldTypeDescription
idintInternal numeric ID
slugstringURL-safe identifier
namestringDisplay name
descriptionstring|nullWhat this tag means
keywordsstring[]Related search keywords
colorstringHex color for display
createdAtstringISO 8601 creation timestamp