public final class ExpService
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTHORIZATION |
static java.lang.String |
BEARER |
| Constructor and Description |
|---|
ExpService() |
| Modifier and Type | Method and Description |
|---|---|
static <any> |
init(java.lang.String host)
Init rest endpoint without interceptor
|
static <any> |
init(java.lang.String host,
java.lang.String tokenExp)
Init connection to Rest client
|
public static final java.lang.String AUTHORIZATION
public static final java.lang.String BEARER