describeFeedGenerator method
Implementation
Future<core.XRPCResponse<FeedGeneratorInfo>> describeFeedGenerator({
Map<String, String>? headers,
}) async =>
await _ctx.get(
ns.appBskyFeedDescribeFeedGenerator,
headers: headers,
to: FeedGeneratorInfo.fromJson,
);