describeFeedGenerator method

Future<XRPCResponse<FeedDescribeFeedGeneratorOutput>> describeFeedGenerator({
  1. Map<String, String>? $headers,
  2. Map<String, String>? $unknown,
})

Get information about a feed generator, including policies and offered feed URIs. Does not require auth; implemented by Feed Generator services (not App View).

Implementation

Future<XRPCResponse<FeedDescribeFeedGeneratorOutput>> describeFeedGenerator({
  Map<String, String>? $headers,
  Map<String, String>? $unknown,
}) async => await appBskyFeedDescribeFeedGenerator(
  $ctx: _ctx,
  $headers: $headers,
  $unknown: $unknown,
);