pub async fn get_project_versions(
configuration: &Configuration,
project_id_or_key: &str,
expand: Option<&str>,
) -> Result<Vec<Version>, Error<GetProjectVersionsError>>
Expand description
Returns all versions in a project. The response is not paginated. Use Get project versions paginated if you want to get the versions in a project with pagination. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.