Package com.adobe.aco.http
Interface CommerceHttpClient
-
public interface CommerceHttpClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Trequest(String endpoint, HttpRequest.Builder requestBuilder, Class<T> responseType)
-
-
-
Method Detail
-
request
<T> T request(String endpoint, HttpRequest.Builder requestBuilder, Class<T> responseType) throws Exception
- Throws:
Exception
-
-