Package com.coinbase.core.service
Interface CoinbaseService
-
- All Known Implementing Classes:
CoinbaseServiceImpl
public interface CoinbaseService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Trequest(HttpMethod httpMethod, String path, Object options, List<Integer> expectedStatusCodes, com.fasterxml.jackson.core.type.TypeReference<T> responseClass)
-
-
-
Method Detail
-
request
<T> T request(HttpMethod httpMethod, String path, Object options, List<Integer> expectedStatusCodes, com.fasterxml.jackson.core.type.TypeReference<T> responseClass)
-
-