public interface HttpClient
| Modifier and Type | Field and Description |
|---|---|
static String |
API_BASE_URL |
static String |
API_KEY |
static String |
HTTP_METHOD_GET |
static String |
HTTP_METHOD_POST |
static com.google.api.client.json.JsonFactory |
JSON_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
<R extends Response> |
getForObject(String path,
Class<R> responseClass) |
<R extends Response> |
getForObject(String path,
Request<R> request,
Class<R> responseClass) |
<R extends Response> |
postForObject(String path,
Request<R> request,
Class<R> responseClass) |
static final String API_BASE_URL
static final String API_KEY
static final String HTTP_METHOD_GET
static final String HTTP_METHOD_POST
static final com.google.api.client.json.JsonFactory JSON_FACTORY
Copyright © 2017 Metrics Delivered LLC.. All rights reserved.