pub async fn validate_v1_manifest(
configuration: &Configuration,
data: ManifestV1ValidatorParams,
) -> Result<ValidatorResponse, Error<ValidateV1ManifestError>>
Expand description
Validates a package manifest.
pub async fn validate_v1_manifest(
configuration: &Configuration,
data: ManifestV1ValidatorParams,
) -> Result<ValidatorResponse, Error<ValidateV1ManifestError>>
Validates a package manifest.