pub async fn repos_slash_create_in_org(
configuration: &Configuration,
org: &str,
repos_create_in_org_request: ReposCreateInOrgRequest,
) -> Result<FullRepository, Error<ReposSlashCreateInOrgError>>
Expand description
Creates a new repository in the specified organization. The authenticated user must be a member of the organization. OAuth app tokens and personal access tokens (classic) need the public_repo
or repo
scope to create a public repository, and repo
scope to create a private repository.