| Package | Description |
|---|---|
| com.coscale.sdk.client | |
| com.coscale.sdk.client.events |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.callWithAuthBinary(String method,
String endpoint,
BinaryData data,
com.fasterxml.jackson.core.type.TypeReference<T> valueType,
boolean binary)
callWithAuthBinary is used to make requests that require Authentication on
CoScale API.
|
String |
ApiClient.doHttpRequestBinary(String method,
String uri,
BinaryData payload,
boolean authenticate)
Do an HTTP request with a binary upload in it.
|
| Modifier and Type | Method and Description |
|---|---|
Msg |
EventsApi.uploadBinary(Long eventId,
Long dataId,
BinaryData data)
Update an existing event with binary data.
|
Copyright © 2016. All rights reserved.