describeRepo method
Get information about an account and repository, including the list of collections. Does not require auth.
Implementation
Future<XRPCResponse<RepoDescribeRepoOutput>> describeRepo({
required String repo,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await comAtprotoRepoDescribeRepo(
repo: repo,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);