Function random_projects

Source
pub async fn random_projects(
    configuration: &Configuration,
    count: i32,
) -> Result<Vec<Project>, Error<RandomProjectsError>>