Package com.coinbase.core.client
Interface CoinbaseClient
-
- All Known Implementing Classes:
CoinbaseNetHttpClient
public interface CoinbaseClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TsendRequest(HttpMethod httpMethod, String path, List<Integer> expectedStatusCodes, Object options, com.fasterxml.jackson.core.type.TypeReference<T> responseClass)
-
-
-
Method Detail
-
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
-
-