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.
Page<Tag>
get()
Fetch a single tag by slug.
Tag
iter()
Iterate over all tags.
\Generator<Tag>
