public abstract class Resource<REQUEST,RESPONSE> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
doGetRequest(String path) |
protected Response |
doPostRequest(String path,
REQUEST requestBody) |
Copyright © 2018. All rights reserved.