pub async fn list_package_files(
configuration: &Configuration,
owner: &str,
type: &str,
name: &str,
version: &str,
) -> Result<Vec<PackageFile>, Error<ListPackageFilesError>>
pub async fn list_package_files(
configuration: &Configuration,
owner: &str,
type: &str,
name: &str,
version: &str,
) -> Result<Vec<PackageFile>, Error<ListPackageFilesError>>