pub async fn code_scanning_slash_get_default_setup(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<CodeScanningDefaultSetup, Error<CodeScanningSlashGetDefaultSetupError>>Expand description
Gets a code scanning default setup configuration. OAuth app tokens and personal access tokens (classic) need the repo scope to use this endpoint with private or public repositories, or the public_repo scope to use this endpoint with only public repositories.