pub async fn codespaces_slash_list_repo_secrets(
configuration: &Configuration,
owner: &str,
repo: &str,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<CodespacesListRepoSecrets200Response, Error<CodespacesSlashListRepoSecretsError>>
Expand description
Lists all development environment secrets available in a repository without revealing their encrypted values. OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.