pub fn get_package_response(
    response: Response<Vec<u8>>,
    public_key: &[u8]
) -> Result<Package, ApiError>
Expand description

Parse a response to get the information for a package in the repository.