public class SteamWebAPIUtil extends SteamWebApiInterface
VERSION_1, VERSION_2, VERSION_3
Constructor and Description |
---|
SteamWebAPIUtil(SteamWebApiClient client)
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ServerInfo> |
getServerInfo()
Retrieve information about the API server
|
CompletableFuture<List<ApiInterface>> |
getSupportedApiList()
Get a list of supported API interfaces.
|
getSteamResult
asCollectionOf, asListOf, builder, configureBuilder, fromJson, fromJson, handleError, sendRequest
public SteamWebAPIUtil(SteamWebApiClient client)
Default Constructor
client
- A SteamWebApiClient
instancepublic CompletableFuture<List<ApiInterface>> getSupportedApiList()
CompletableFuture
with return type of ApiInterface
public CompletableFuture<ServerInfo> getServerInfo()
CompletableFuture
with return type of ServerInfo
Copyright © 2016–2024. All rights reserved.