com.plaid.client.http.HttpDelegate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plaid-java Show documentation
Show all versions of plaid-java Show documentation
Bindings for the Plaid (plaid.com) API.
package com.plaid.client.http;
public interface HttpDelegate {
HttpResponseWrapper doPost(PlaidHttpRequest request, Class clazz);
HttpResponseWrapper doGet(PlaidHttpRequest request, Class clazz);
HttpResponseWrapper doPatch(PlaidHttpRequest request, Class clazz);
HttpResponseWrapper doDelete(PlaidHttpRequest request, Class clazz);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy