Interface CoinbaseService

    • Method Detail

      • request

        <T> T request​(HttpMethod httpMethod,
                      String path,
                      Object options,
                      List<Integer> expectedStatusCodes,
                      com.fasterxml.jackson.core.type.TypeReference<T> responseClass)