pub async fn repo_create_status(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: &str,
body: Option<CreateStatusOption>,
) -> Result<CommitStatus, Error<RepoCreateStatusError>>
pub async fn repo_create_status(
configuration: &Configuration,
owner: &str,
repo: &str,
sha: &str,
body: Option<CreateStatusOption>,
) -> Result<CommitStatus, Error<RepoCreateStatusError>>