pub fn tags() -> TagsRequestBuilderExpand description
Gateway to interacting with the Tags API
ยงExample
let client = Client::public();
tags()
.limit(5)
.pattern(&client, "_ol_")
.await?;pub fn tags() -> TagsRequestBuilderGateway to interacting with the Tags API
let client = Client::public();
tags()
.limit(5)
.pattern(&client, "_ol_")
.await?;