searchRepos method
Find repositories based on a search term.
Implementation
Future<XRPCResponse<ModerationSearchReposOutput>> searchRepos({
String? term,
String? q,
int? limit,
String? cursor,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneModerationSearchRepos(
term: term,
q: q,
limit: limit,
cursor: cursor,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);