| Package | Description |
|---|---|
| com.brkt.client | |
| com.brkt.client.util |
| Constructor and Description |
|---|
RuntimeHttpError(BrktRestClient.HttpError cause) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BrktRestClient.delete(String path,
Type type)
Delete the resource.
|
<T> T |
BrktRestClient.get(String path,
Type type)
Get the resource and deserialize to an object of the given type.
|
<T> T |
BrktRestClient.post(String path,
Type type,
Map<String,Object> attrs)
Post an element map to the server and deserialize to an object of the given type.
|
Copyright © 2015. All rights reserved.