public class HttpService extends Object
| Constructor and Description |
|---|
HttpService(String apiKey) |
HttpService(String apiKey,
int connectionTimeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
executeGetByNicknameAction(String nickname) |
String |
executeGetBySteamIDAction(String steamID) |
public HttpService(String apiKey)
public HttpService(String apiKey, int connectionTimeout)
public String executeGetByNicknameAction(String nickname) throws IOException, BadResponseCodeException
IOExceptionBadResponseCodeExceptionpublic String executeGetBySteamIDAction(String steamID) throws IOException, BadResponseCodeException
IOExceptionBadResponseCodeExceptionCopyright © 2017. All rights reserved.