LabelService

class LabelService(client: <Error class: unknown class>)

Constructors

Link copied to clipboard
constructor(client: <Error class: unknown class>)

Functions

Link copied to clipboard

Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.

Link copied to clipboard
fun LabelService.queryLabelsFlow(request: QueryLabelsRequest): <Error class: unknown class><Label>

Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.

Link copied to clipboard
fun LabelService.queryLabelsPageFlow(request: QueryLabelsRequest): <Error class: unknown class><List<Label>>

Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.