pub async fn repo_create_pull_request(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreatePullRequestOption>,
) -> Result<PullRequest, Error<RepoCreatePullRequestError>>
pub async fn repo_create_pull_request(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreatePullRequestOption>,
) -> Result<PullRequest, Error<RepoCreatePullRequestError>>