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 |
applyAuthenticationScheme
createMessenger, getAuthToken, registerContentTypeProcessor, removeContentTypeProcessor, send, setAuthToken
close, getExecutor, getMessenger, getOptions, id, send, send
public CsgoWebApiClient(String apiToken)
Constructor for CsgoWebApiClient.
apiToken
- a String
objectpublic CsgoWebApiClient(HttpOptions options)
HttpOptions
options
- 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 SteamWebApiClient
response
- The Http Response
received by the transportAbstractWebApiResponse
Copyright © 2016–2024. All rights reserved.