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