constants

package
v0.0.0-...-0de79a6 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

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