pub async fn get_project(
configuration: &Configuration,
project_id_or_key: &str,
expand: Option<&str>,
properties: Option<Vec<String>>,
) -> Result<Project, Error<GetProjectError>>
Expand description
Returns the project details for a project. This operation can be accessed anonymously. Permissions required: Browse projects project permission for the project.