| Package | Description |
|---|---|
| com.empyr.api | |
| com.empyr.api.util |
| Modifier and Type | Method and Description |
|---|---|
MethodType |
HttpRequest.getMethod() |
| Modifier and Type | Method and Description |
|---|---|
static HttpRequest |
HttpRequest.createHttpRequest(MethodType get,
String endpoint) |
static <F> Request<F> |
Request.createRequest(MethodType get,
String endpoint) |
static <F> Request<F> |
Request.createRequest(MethodType get,
String endpoint,
boolean requiresToken) |
static <F> Request<F> |
Request.createRequest(MethodType get,
String endpoint,
boolean requiresToken,
String userToken) |
| Constructor and Description |
|---|
HttpRequest(MethodType method,
String endPoint) |
Request(MethodType t,
String endPoint,
boolean requiresToken) |
| Modifier and Type | Method and Description |
|---|---|
static MethodType |
MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodType[] |
MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
HttpRequestUtil.executeMethod(MethodType type,
String endPoint,
Map<String,Object> params) |
String |
CommonsHttpRequestUtil.executeMethod(MethodType type,
String endPoint,
Map<String,Object> params) |
Copyright © 2020 Empyr, Inc.. All rights reserved.