Function repos_slash_create_fork

Source
pub async fn repos_slash_create_fork(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    repos_create_fork_request: Option<ReposCreateForkRequest>,
) -> Result<FullRepository, Error<ReposSlashCreateForkError>>
Expand description

Create a fork for the authenticated user. Note: Forking a Repository happens asynchronously. You may have to wait a short period of time before you can access the git objects. If this takes longer than 5 minutes, be sure to contact GitHub Support. Note: Although this endpoint works with GitHub Apps, the GitHub App must be installed on the destination account with access to all repositories and on the source account with access to the source repository.