Interface CoinbaseClient

All Known Implementing Classes:
CoinbaseNetHttpClient

public interface CoinbaseClient
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    sendRequest(HttpMethod httpMethod, String path, List<Integer> expectedStatusCodes, Object options, com.fasterxml.jackson.core.type.TypeReference<T> responseClass)