player

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	URLGetRecentlyPlayedGames    = "/IPlayerService/URLGetRecentlyPlayedGames/v1/"
	URLGetSingleGamePlaytime     = "/IPlayerService/URLGetSingleGamePlaytime/v1/"
	URLGetOwnedGames             = "/IPlayerService/GetOwnedGames/v1/"
	URLGetSteamLevel             = "/IPlayerService/GetSteamLevel/v1/"
	URLGetBadges                 = "/IPlayerService/GetBadges/v1/"
	URLGetCommunityBadgeProgress = "/IPlayerService/GetCommunityBadgeProgress/v1/"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CommunityBadgeProgress

type CommunityBadgeProgress struct {
	steam.SteamId
	BadgeId int `json:"badgeid" mapstructure:"badgeid"`
}

type OwnedGamesQueryOption

type OwnedGamesQueryOption struct {
	IncludeAppInfo         bool `json:"include_app_info" mapstructure:"include_app_info"`
	IncludePlayedFreeGames bool `json:"include_played_free_games" mapstructure:"include_played_free_games"`
	AppIdsFilter           uint `json:"app_ids_filter" mapstructure:"app_ids_filter"`
}

type PlayedGamesQueryOption

type PlayedGamesQueryOption struct {
	steam.SteamId
	Count uint `json:"count" mapstructure:"count"`
}

Jump to

Keyboard shortcuts

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