mangosteam

package module
v0.0.0-...-85e05f8 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2017 License: MIT Imports: 2 Imported by: 0

README

Coverage Status Go Report Card

Mangosteam

Access APIs from steam web APIs in Golang

Documentation

Index

Constants

View Source
const BaseSteamAPIURLProduction = "https://api.steampowered.com"

BaseSteamAPIURLProduction is the steam url used to do requests in prod

View Source
const BaseSteamWebURLProduction = "https://steamcommunity.com"

BaseSteamWebURLProduction is the steam url used to do requests in prod

Variables

View Source
var BaseSteamAPIURL = BaseSteamAPIURLProduction

BaseSteamAPIURL is the steam url used to do requests

View Source
var BaseSteamWebURL = BaseSteamWebURLProduction

BaseSteamWebURL is the global variable that will be used

Functions

This section is empty.

Types

type AppID

type AppID uint32

AppID represents the AppID according to steam

func GetAppIDFromString

func GetAppIDFromString(strAppID string) (AppID, error)

GetAppIDFromString returns the AppID uint32 according to steamID in string

func (AppID) String

func (appID AppID) String() string

String will turn a steamID into a string

type ContextID

type ContextID uint64

ContextID represents the context of the items, vary according to the app

func (ContextID) String

func (contextID ContextID) String() string

String will turn a steamID into a string

type SteamID

type SteamID uint64

SteamID represent the 64bits identifier within steam network, a steamID

func GetSteamIDFromString

func GetSteamIDFromString(strSteamID string) (SteamID, error)

GetSteamIDFromString returns the steamID uint64 according to steamID in string

func (SteamID) GetAccountID

func (steamID SteamID) GetAccountID() string

GetAccountID will turn a steamID into an accountID string

func (SteamID) String

func (steamID SteamID) String() string

String will turn a steamID into a string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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