public class DapiRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
Dapi_URL |
static String |
DD_URL |
static String |
SECURE_DD_URL |
| Constructor and Description |
|---|
DapiRequest() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Do(String bodyJson,
String url) |
static String |
Do(String bodyJson,
String url,
HashMap<String,String> headersMap) |
static okhttp3.Response |
HandleSDK(String bodyJson,
HashMap<String,String> headersMap) |
static okhttp3.Response |
HandleSecureSDK(String bodyJson,
HashMap<String,String> headersMap) |
public static final String Dapi_URL
public static final String DD_URL
public static final String SECURE_DD_URL
public static okhttp3.Response HandleSDK(String bodyJson, HashMap<String,String> headersMap) throws IOException
IOExceptionpublic static okhttp3.Response HandleSecureSDK(String bodyJson, HashMap<String,String> headersMap) throws IOException
IOExceptionpublic static String Do(String bodyJson, String url) throws IOException
IOExceptionpublic static String Do(String bodyJson, String url, HashMap<String,String> headersMap) throws IOException
IOExceptionCopyright © 2021–2022 Dapi. All rights reserved.