lookupSuggestedTags abstract method

Future<MastodonResponse<List<Tag>>> lookupSuggestedTags()

Shows up to 10 recently-used tags.

Endpoint Url

  • GET /api/v1/featured_tags/suggestions HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • read:accounts

Reference

Implementation

Future<MastodonResponse<List<Tag>>> lookupSuggestedTags();