All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mercadopago.net.MPHttpClient Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.net;

import com.mercadopago.exceptions.MPApiException;
import com.mercadopago.exceptions.MPException;

/** MPHttpClient interface. */
public interface MPHttpClient {

  /**
   * Method responsible to send a request.
   *
   * @param request request
   * @return response
   * @throws MPException exception
   */
  MPResponse send(MPRequest request) throws MPException, MPApiException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy