Function repos_slash_create_for_authenticated_user

Source
pub async fn repos_slash_create_for_authenticated_user(
    configuration: &Configuration,
    repos_create_for_authenticated_user_request: ReposCreateForAuthenticatedUserRequest,
) -> Result<FullRepository, Error<ReposSlashCreateForAuthenticatedUserError>>
Expand description

Creates a new repository for the authenticated user. 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.