getFeedGenerators method
Get information about a list of feed generators.
Implementation
Future<XRPCResponse<FeedGetFeedGeneratorsOutput>> getFeedGenerators({
required List<AtUri> feeds,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await appBskyFeedGetFeedGenerators(
feeds: feeds,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);