Table of Contents

Namespace Visus.AddressValidation.Adapters

Interfaces

IApiRequestAdapter<TRequest, TApiResponse>

Defines an adapter that translates an address validation request into an API-specific request. It sends the request to the provider and returns the API response.

IBatchApiRequestAdapter<TRequest, TApiResponse>

Defines an adapter that translates a batch of address validation requests into a single API-specific request. It sends the request to the provider and returns the API response.