lookupFeaturedTags abstract method

Future<MastodonResponse<List<FeaturedTag>>> lookupFeaturedTags({
  1. required String accountId,
})

Tags featured by this account.

Parameters

  • accountId: The ID of the Account in the database.

Endpoint Url

  • GET /api/v1/accounts/:id/featured_tags HTTP/1.1

Authentication Methods

  • Anonymous

Reference

Implementation

Future<MastodonResponse<List<FeaturedTag>>> lookupFeaturedTags({
  required String accountId,
});