describeFeedGenerator method
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,
);