getRepos method
Get details about some repositories.
Implementation
Future<XRPCResponse<ModerationGetReposOutput>> getRepos({
required List<String> dids,
String? $service,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneModerationGetRepos(
dids: dids,
$ctx: ctx,
$service: $service,
$headers: $headers,
$unknown: $unknown,
);