pub async fn get_features_for_project(
configuration: &Configuration,
project_id_or_key: &str,
) -> Result<ProjectFeaturesResponse, Error<GetFeaturesForProjectError>>
Expand description
Returns the list of features for a project. The project must be a company-managed project.