lookupTag abstract method

Future<MastodonResponse<Tag>> lookupTag({
  1. required String tagId,
})

Show a hashtag and its associated information

Parameters

  • tagId: The name of the hashtag.

Endpoint Url

  • GET /api/v1/tags/:id HTTP/1.1

Authentication Methods

  • Anonymous
  • OAuth 2.0

Reference

Implementation

Future<MastodonResponse<Tag>> lookupTag({
  required String tagId,
});