| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BAD_RESPONSE_CODE_ERROR |
"Server has returned %s response code. It\'s not good!" |
public static final String |
FATAL_ERROR_NULL_RESPONSE |
"FATAL ERROR! Null response returned!" |
public static final String |
NICKNAME_MUST_NOT_BE_NULL_OR_EMPTY |
"Nickname argument must not be null or empty!" |
public static final String |
STEAMID_MUST_NOT_BE_NULL_OR_EMPTY |
"SteamID argument must not be null or empty!" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REQUEST_HEADER_TRN_API_KEY |
"TRN-Api-Key" |
public static final String |
REQUEST_HEADER_USER_AGENT |
"User-Agent" |
public static final String |
REQUEST_TYPE |
"GET" |
public static final String |
URL_REQUEST_BY_NICKNAME |
"https://pubgtracker.com/api/profile/pc/" |
public static final String |
URL_REQUEST_BY_STEAMID |
"https://pubgtracker.com/api/search?steamId=" |
public static final String |
USER_AGENT |
"Mozilla/5.0" |
Copyright © 2017. All rights reserved.