pub async fn list_packages(
configuration: &Configuration,
community_identifier: &str,
) -> Result<PackageList, Error<ListPackagesError>>
Expand description
Return paginated list of community’s packages.
pub async fn list_packages(
configuration: &Configuration,
community_identifier: &str,
) -> Result<PackageList, Error<ListPackagesError>>
Return paginated list of community’s packages.