getRepo method

Future<XRPCResponse<RepoViewDetail>> getRepo({
  1. required String did,
  2. Map<String, String>? $headers,
  3. Map<String, String>? $unknown,
})

Get details about a repository.

Implementation

Future<XRPCResponse<RepoViewDetail>> getRepo({
  required String did,
  Map<String, String>? $headers,
  Map<String, String>? $unknown,
}) async => await toolsOzoneModerationGetRepo(
  did: did,
  $ctx: _ctx,
  $headers: $headers,
  $unknown: $unknown,
);