| Package | Description |
|---|---|
| com.scvngr.levelup.core.net |
| Modifier and Type | Class and Description |
|---|---|
class |
JSONArrayRequestBody
A
JSONArray request body. |
class |
JsonElementRequestBody
A request body with a
JsonElement. |
class |
JSONObjectRequestBody
A
JSONObject request body. |
class |
StringRequestBody
A simple
RequestBody that stores the body as a String. |
| Constructor and Description |
|---|
LevelUpRequest(Context context,
HttpMethod method,
String apiVersion,
String endpoint,
Map<String,String> queryParams,
Map<String,String> headers,
RequestBody body,
AccessTokenRetriever retriever)
Creates a new
LevelUpRequest. |
LevelUpRequest(Context context,
HttpMethod method,
String apiVersion,
String endpoint,
Map<String,String> queryParams,
RequestBody body)
Creates a new
LevelUpRequest. |
LevelUpRequest(Context context,
HttpMethod method,
String apiVersion,
String endpoint,
Map<String,String> queryParams,
RequestBody body,
AccessTokenRetriever retriever)
Creates a new
LevelUpRequest. |
LevelUpRequest(Context context,
HttpMethod method,
Uri url,
RequestBody body,
AccessTokenRetriever retriever)
Creates a new
LevelUpRequest. |