public class Dota2WebApiClient extends SteamWebApiClient
Dota2WebApiClient class.
Constructor and Description |
---|
Dota2WebApiClient(HttpOptions options)
Create a new client using the provided
HttpOptions |
Dota2WebApiClient(String apiToken)
Constructor for Dota2WebApiClient.
|
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 Dota2WebApiClient(String apiToken)
Constructor for Dota2WebApiClient.
apiToken
- a String
objectpublic Dota2WebApiClient(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.