pub async fn get_package(
configuration: &Configuration,
owner: &str,
type: &str,
name: &str,
version: &str,
) -> Result<Package, Error<GetPackageError>>
pub async fn get_package(
configuration: &Configuration,
owner: &str,
type: &str,
name: &str,
version: &str,
) -> Result<Package, Error<GetPackageError>>