Documentation ¶
Index ¶
Constants ¶
View Source
const ( // API Base URLs SmiteURLBase = "https://api.smitegame.com/smiteapi.svc" // API Endpoints GetDataUsed = "getdataused" CreateSession = "createsession" TestSession = "testsession" GetMatchHistory = "getmatchhistory" GetMatchDetails = "getmatchdetails" GetMatchDetailsBatch = "getmatchdetailsbatch" GetMatchIDsByQueue = "getmatchidsbyqueue" GetGods = "getgods" GetItems = "getitems" GetGodRecommendedItems = "getgodrecommendeditems" GetPlayerIDByName = "getplayeridbyname" )
View Source
const ( // SMITE queues RankedConquest = "451" RankedJoust = "450" RankedDuel = "440" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HiRezConstants ¶
type HiRezConstants struct {
SmiteURLBase, GetDataUsed, CreateSession, TestSession, GetMatchHistory, GetMatchDetails, GetMatchDetailsBatch,
GetMatchIDsByQueue, GetGods, GetItems, GetGodRecommendedItems, GetPlayerIDByName string
}
func NewHiRezConstants ¶
func NewHiRezConstants() HiRezConstants
Click to show internal directories.
Click to hide internal directories.