You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/pl/stachuofficial/hirezstudios/HiRezGames.java
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,13 +121,39 @@ public StringData getItems() {
121
121
122
122
/**
123
123
* Getting match details.
124
+
* <i><b>NOTE</b> There is a byte limit to the amount of data returned; please limit the CSV parameter to 5 to 10 matches because of this and for Hi-Rez DB Performance reasons.</i>
124
125
* @param match_id The id of the match. Can be obtained from <b>{@link #getMatchHistory(String)}</b>, <b>{@link #getTopMatches()}</b> & <b>{@link #getMatchIDsByQueue}</b>.
125
126
* @return Returns the statistics for a particular completed match.
elsereturnnewStringData("You cannot batching more than 10 matches.");
129
133
}
130
134
135
+
/**
136
+
* Getting match details.
137
+
* <i><b>NOTE</b> There is a byte limit to the amount of data returned; please limit the CSV parameter to 5 to 10 matches because of this and for Hi-Rez DB Performance reasons.</i>
138
+
* @param match_id The id of the match. Can be obtained from <b>{@link #getMatchHistory(String)}</b>, <b>{@link #getTopMatches()}</b> & <b>{@link #getMatchIDsByQueue}</b>.
139
+
* @return Returns the statistics for a particular completed match.
* @param match_id The id of the match. Can be obtained from <b>{@link #getMatchHistory(String)}</b>, <b>{@link #getTopMatches()}</b> & <b>{@link #getMatchIDsByQueue}</b>.
153
+
* @return Returns the statistics for a particular completed match.
* @param match_id The id of the match. Can be obtained from <b>{@link #getMatchHistory(String)}</b>, <b>{@link #getTopMatches()}</b> & <b>{@link #getMatchIDsByQueue}</b>.
0 commit comments