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.
|
getSteamResultasCollectionOf, asListOf, builder, configureBuilder, fromJson, fromJson, handleError, sendRequestpublic SteamWebAPIUtil(SteamWebApiClient client)
Default Constructor
client - A SteamWebApiClient instancepublic CompletableFuture<List<ApiInterface>> getSupportedApiList()
CompletableFuture with return type of ApiInterfacepublic CompletableFuture<ServerInfo> getServerInfo()
CompletableFuture with return type of ServerInfoCopyright © 2016–2024. All rights reserved.