Interface CoinbaseClient
- All Known Implementing Classes:
CoinbaseNetHttpClient
public interface CoinbaseClient
-
Method Summary
Modifier and TypeMethodDescription<T> TsendRequest(HttpMethod httpMethod, String path, List<Integer> expectedStatusCodes, Object options, com.fasterxml.jackson.core.type.TypeReference<T> responseClass)
-
Method Details
-
sendRequest
<T> T sendRequest(HttpMethod httpMethod, String path, List<Integer> expectedStatusCodes, Object options, com.fasterxml.jackson.core.type.TypeReference<T> responseClass) throws CoinbaseClientException - Throws:
CoinbaseClientException
-