pub async fn repos_slash_get_custom_properties_values(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<CustomPropertyValue>, Error<ReposSlashGetCustomPropertiesValuesError>>
Expand description
Gets all custom property values that are set for a repository. Users with read access to the repository can use this endpoint.