getFeedGenerators method

Future<XRPCResponse<FeedGetFeedGeneratorsOutput>> getFeedGenerators({
  1. required List<AtUri> feeds,
  2. Map<String, String>? $headers,
  3. Map<String, String>? $unknown,
})

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