public interface InstacountClientParams
RequestInterceptor for supplying proper Instacount Authentication headers.| Modifier and Type | Interface and Description |
|---|---|
static class |
InstacountClientParams.AbstractInstacountClientParams
A default implementation of
InstacountClientParams. |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient()
The
Client that the Instacount API client should use. |
String |
getClientIdentifier()
A unique name for the application making this request.
|
String |
getInstacountApplicationId()
Return the application identifier for the Instacount application this client should operate upon.
|
String |
getInstacountReadOnlyApplicationKey()
Return the application read-only key for the Instacount application this client should operate upon.
|
String |
getInstacountReadWriteApplicationKey()
Return the application read-write key for the Instacount application this client should operate upon.
|
String |
getInstacountRootUrl()
The root URL, including http scheme, for the instacount server.
|
String getInstacountApplicationId()
String getInstacountReadOnlyApplicationKey()
String getInstacountReadWriteApplicationKey()
String getClientIdentifier()
String getInstacountRootUrl()
Client getClient()
Client that the Instacount API client should use.Copyright © 2015–2016 Instacount. All rights reserved.