public class CsgoWebApiClient extends SteamWebApiClient
CsgoWebApiClient class.
| Constructor and Description |
|---|
CsgoWebApiClient(HttpOptions options)
Create a new client using the provided
HttpOptions |
CsgoWebApiClient(String apiToken)
Constructor for CsgoWebApiClient.
|
| Modifier and Type | Method and Description |
|---|---|
protected SteamWebApiResponse |
createWebApiResponse(org.asynchttpclient.Response response)
A factory method that creates an
AbstractWebApiResponse instance based on the Http Response |
applyAuthenticationSchemecreateMessenger, getAuthToken, registerContentTypeProcessor, removeContentTypeProcessor, send, setAuthTokenclose, getExecutor, getMessenger, getOptions, id, send, sendpublic CsgoWebApiClient(String apiToken)
Constructor for CsgoWebApiClient.
apiToken - a String objectpublic CsgoWebApiClient(HttpOptions options)
HttpOptionsoptions - The HttpOptions to be used by the clientprotected SteamWebApiResponse createWebApiResponse(org.asynchttpclient.Response response)
A factory method that creates an AbstractWebApiResponse instance based on the Http Response
createWebApiResponse in class SteamWebApiClientresponse - The Http Response received by the transportAbstractWebApiResponseCopyright © 2016–2024. All rights reserved.