package
0.0.0-20231005133237-a1b8ec1de8a9
Repository: https://github.com/kinduff/csgo_exporter.git
Documentation: pkg.go.dev
# Structs
Achievement stores the complete information about achievements of a player.
AchievementsDetails stores a struct of a XML response to complement the response from the API, since the other response only contains raw data, this adds more detail.
GameInfo stores information about the game itself from a player perspective, this includes the playtime in different categories including per OS.
Inventory stores a struct of JSON response for an unofficial API of CS:GO.
ItemsList returns a struct from CSGOBackpack for all the prices available.
News stores a struct of JSON response for news from CS:GO.
PlayerInventory stores a struct of all the player's inventory from CS:GO.
PlayerStats stores a struct of JSON response for player statistics it contains the SteamID which is the ID of the player, Stats which are all the data gather from all the game, as well as achievements which are the ones achieved by the player.
PlayerSummaries stores information about the player's Steam profile, it is used to convert a SteamID to a SteamName.
ResolveVanityUrl stores information about the player's Steam ID, it is used to convert a username to a SteamID that can be used for future requests.