public class Smite extends HiRezGames
Modifier and Type | Class and Description |
---|---|
static class |
Smite.Platform |
static class |
Smite.Queue |
Constructor and Description |
---|
Smite(Smite.Platform platform,
String devId,
String authKey)
Smite API
|
Modifier and Type | Method and Description |
---|---|
StringData |
getGodLeaderboard(int godId,
Smite.Queue queue)
Getting gods leaderboard by queue
|
StringData |
getGodLeaderboard(String godId,
Smite.Queue queue)
Getting gods leaderboard by queue
|
StringData |
getGodRanks(String username)
Getting God ranks by player
|
StringData |
getGodRecommendedItems(int godId)
Getting list items recommended for God.
|
StringData |
getGodRecommendedItems(int godId,
Language language)
Getting list items recommended for God.
|
StringData |
getGodRecommendedItems(String godId)
Getting list items recommended for God.
|
StringData |
getGodRecommendedItems(String godId,
Language language)
Getting list items recommended for God.
|
StringData |
getGods()
Getting god list.
|
StringData |
getGods(Language language)
Getting Gods list.
|
StringData |
getGodSkins(int godId)
Getting list skins of the God.
|
StringData |
getGodSkins(int godId,
Language language)
Getting list skins of the God
|
StringData |
getGodSkins(String godId)
Getting list skins of the God.
|
StringData |
getGodSkins(String godId,
Language language)
Getting list skins of the God
|
createSession, get, getDataUsage, getDemoDetails, getDemoDetails, getEsportsMatches, getFriends, getItems, getItems, getLeagueLeaderboard, getLeagueLeaderboard, getLeagueLeaderboard, getLeagueLeaderboard, getLeagueSeasons, getLeagueSeasons, getMatchDetails, getMatchDetails, getMatchDetails, getMatchDetails, getMatchHistory, getMatchIDsByQueue, getMatchIDsByQueue, getMatchPlayingDetails, getMatchPlayingDetails, getMotd, getPatchInfo, getPlayer, getPlayerAchievements, getPlayerAchievements, getPlayerStatus, getQueueStats, getServerStatus, getTopMatches, ping, testSession
request
public Smite(Smite.Platform platform, String devId, String authKey)
devId
- Developer ID (DevId)authKey
- Authorization Key (AuthKey)platform
- Platform in Smite.Platform
public StringData getGodRanks(String username)
username
- This may either be:
a.) the Player Name, or
b.) the Hi-Rez internally stored player_id
(available to API developers via the HiRezGames.getPlayer(String)
API method).public StringData getGods(Language language)
language
- the language Id that you want results returned in. Check out Language
. (Default Language.English
)public StringData getGods()
Language.English
)public StringData getGodLeaderboard(String godId, Smite.Queue queue)
godId
- God id listed by getGods()
queue
- the id of the game mode. See Smite.Queue
public StringData getGodLeaderboard(int godId, Smite.Queue queue)
godId
- God id listed by getGods()
queue
- the id of the game mode. See Smite.Queue
public StringData getGodSkins(String godId, Language language)
godId
- God id listed by getGods()
language
- the language Id that you want results returned in. Check out Language
. (Default Language.English
)public StringData getGodSkins(int godId, Language language)
godId
- God id listed by getGods()
language
- the language Id that you want results returned in. Check out Language
. (Default Language.English
)public StringData getGodSkins(String godId)
Language.English
)godId
- God id listed by getGods()
public StringData getGodSkins(int godId)
Language.English
)godId
- God id listed by getGods()
public StringData getGodRecommendedItems(String godId, Language language)
godId
- God id listed by getGods()
language
- the language Id that you want results returned in. Check out Language
. (Default Language.English
)public StringData getGodRecommendedItems(int godId, Language language)
godId
- God id listed by getGods()
language
- the language Id that you want results returned in. Check out Language
. (Default Language.English
)public StringData getGodRecommendedItems(String godId)
godId
- God id listed by getGods()
public StringData getGodRecommendedItems(int godId)
godId
- God id listed by getGods()
Copyright © 2017. All rights reserved.