Function create_fork

Source
pub async fn create_fork(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    body: Option<CreateForkOption>,
) -> Result<Repository, Error<CreateForkError>>