webapiutil

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2024 License: MIT Imports: 0 Imported by: 0

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 ServerInfo struct {
	ServerTime       uint   `json:"servertime"`
	ServerTimeString string `json:"servertimestring"`
}

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"`
}

type SteamInterfaceParam

type SteamInterfaceParam struct {
	Name        string `json:"name"`
	Type        string `json:"type"`
	Optional    bool   `json:"optional"`
	Description string `json:"description"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL