pub async fn get_project_components(
configuration: &Configuration,
project_id_or_key: &str,
) -> Result<Vec<Component>, Error<GetProjectComponentsError>>
Expand description
Returns all components in a project. See the Get project components paginated resource if you want to get a full list of components with pagination. This operation can be accessed anonymously. Permissions required: Browse Projects project permission for the project.