Documentation
¶
Index ¶
Constants ¶
View Source
const ( URLGetServerInfo = "/ISteamWebAPIUtil/GetServerInfo/v1/" URLGetSupportedAPIList = "/ISteamWebAPIUtil/GetSupportedAPIList/v1/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerInfo ¶
type SteamApiList ¶
type SteamApiList struct {
ApiList struct {
Interfaces []SteamInterfaceGroup `json:"interfaces"`
} `json:"apiList"`
}
type SteamInterface ¶
type SteamInterface struct {
Name string `json:"name"`
Version int `json:"version"`
HttpMethod string `json:"httpmethod"`
Parameters []SteamInterfaceParam `json:"parameters"`
}
type SteamInterfaceGroup ¶
type SteamInterfaceGroup struct {
Name string `json:"name"`
Methods []SteamInterface `json:"methods"`
}
Click to show internal directories.
Click to hide internal directories.