public interface TrelloHttpClient
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(String url,
Class<T> objectClass,
String... params) |
URI |
postForLocation(String url,
Object object,
String... params) |
<T> T |
postForObject(String url,
T object,
Class<T> objectClass,
String... params) |
<T> T |
putForObject(String url,
T object,
Class<T> objectClass,
String... params) |
Copyright © 2015. All rights reserved.