Skip to content

GetRepoRequest

Example Usage

typescript
import { GetRepoRequest } from "@meetkai/mka1/models/operations";

let value: GetRepoRequest = {
  org: "<value>",
  name: "<value>",
};

Fields

FieldTypeRequiredDescription
orgstring✔️The organization URL slug.
namestring✔️The repository name (URL label).
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.