NuGardt SoftwareSc2RanksService MembersNuGardt

The Sc2RanksService type exposes the following members.
Methods

  NameDescription
Public methodClearCache
Create the cache.
Public methodStatic memberCreateInstance
Create an instance of the SC2Ranks Service.
Public methodCustomDivisionAdd
Adds characters to the custom division, up to 200 at once. Returns the status of each ID passed, whether invalid, added or already added.
Public methodCustomDivisionAddBegin
Adds characters to the custom division, up to 200 at once. Returns the status of each ID passed, whether invalid, added or already added.
Public methodCustomDivisionAddEnd
End method to call when the callback was invoked.
Public methodCustomDivisionRemove
Removes characters from the custom division, up to 200 at once. Returns the status of each ID passed, whether invalid, removed, not added or unknown.
Public methodCustomDivisionRemoveBegin
Removes characters from the custom division, up to 200 at once. Returns the status of each ID passed, whether invalid, removed, not added or unknown.
Public methodCustomDivisionRemoveEnd
End method to call when the callback was invoked.
Public methodDispose
Releases all resources used by the Sc2RanksService
Public methodOnlineEquals (Inherited from OnlineObject.)
Public methodGetBaseData
Returns base information about the API. Such as the value leagues, brackets, regions or rank regions that can be used.
Public methodGetBaseDataBegin
Returns base information about the API. Such as the value leagues, brackets, regions or rank regions that can be used.
Public methodGetBaseDataEnd
End method to call when the callback was invoked.
Public methodGetCharacter
Returns a single character.
Public methodGetCharacterBegin
Returns a single character.
Public methodGetCharacterEnd
End method to call when the callback was invoked.
Public methodGetCharacterList
Accepts an array of characters with region and bnet_id, up to 200 characters at once. If one of the passed characters is invalid (region/bnet id/not found) then the bnet_id/region are returned with the error.
Public methodGetCharacterListBegin
Accepts an array of characters with region and bnet_id, up to 200 characters at once. If one of the passed characters is invalid (region/bnet id/not found) then the bnet_id/region are returned with the error.
Public methodGetCharacterListEnd
End method to call when the callback was invoked.
Public methodGetCharacterTeamList
Accepts an array of characters with *region* and *bnet_id*, up to 50 characters at once. If one of the passed characters is invalid (region/bnet id/not found) then the bnet_id/region are returned with the error. Returns all of the teams that match the given team filters for the characters passed. Does not return team characters.
Public methodGetCharacterTeamListBegin
Accepts an array of characters with *region* and *bnet_id*, up to 50 characters at once. If one of the passed characters is invalid (region/bnet id/not found) then the bnet_id/region are returned with the error. Returns all of the teams that match the given team filters for the characters passed. Does not return team characters.
Public methodGetCharacterTeamListEnd
End method to call when the callback was invoked.
Public methodGetCharacterTeamsList
Returns all of the teams the character is on, as well as the characters info. Does not return other characters on the team.
Public methodGetCharacterTeamsListBegin
Returns all of the teams the character is on, as well as the characters info. Does not return other characters on the team.
Public methodGetCharacterTeamsListEnd
End method to call when the callback was invoked.
Public methodGetClan
Returns base clan data with the Clans scores based on the bracket.
Public methodGetClanBegin
Returns base clan data with the Clans scores based on the bracket.
Public methodGetClanCharacterList
Returns the characters who are part of the clan, up to 50 per request or less if limit is passed.
Public methodGetClanCharacterListBegin
Returns the characters who are part of the clan, up to 50 per request or less if limit is passed.
Public methodGetClanCharacterListEnd
End method to call when the callback was invoked.
Public methodGetClanEnd
End method to call when the callback was invoked.
Public methodGetClanTeamList
Returns the teams who are part of the clan, up to 50 per request or less if limit is passed.
Public methodGetClanTeamListBegin
Returns the teams who are part of the clan, up to 50 per request or less if limit is passed.
Public methodGetClanTeamListEnd
End method to call when the callback was invoked.
Public methodGetCustomDivision
Returns base information of the custom division by the given id.
Public methodGetCustomDivisionBegin
Returns base information of the custom division by the given id.
Public methodGetCustomDivisionCharacterList
Returns the characters in the custom division without any team data, filtered by the passed params.
Public methodGetCustomDivisionCharacterListBegin
Returns the characters in the custom division without any team data, filtered by the passed params.
Public methodGetCustomDivisionCharacterListEnd
End method to call when the callback was invoked.
Public methodGetCustomDivisionEnd
End method to call when the callback was invoked.
Public methodGetCustomDivisions
Returns all of the custom divisions attached to the user account of the API Key.
Public methodGetCustomDivisionsBegin
Returns all of the custom divisions attached to the user account of the API Key.
Public methodGetCustomDivisionsEnd
End method to call when the callback was invoked.
Public methodGetCustomDivisionTeamList
Returns the teams in the custom division filtered by the passed params.
Public methodGetCustomDivisionTeamListBegin
Returns the teams in the custom division filtered by the passed params.
Public methodGetCustomDivisionTeamListEnd
End method to call when the callback was invoked.
Public methodGetDivision
Returns base information about the division.
Public methodGetDivisionBegin
Returns base information about the division.
Public methodGetDivisionEnd
End method to call when the callback was invoked.
Public methodGetDivisionsTop
Returns the top limit divisions given the passed params. Unlike other APIs, this cannot be paginated and is intended to be used for showing mini ranking type of widgets and not for data collection.
Public methodGetDivisionsTopBegin
Returns the top limit divisions given the passed params. Unlike other APIs, this cannot be paginated and is intended to be used for showing mini ranking type of widgets and not for data collection.
Public methodGetDivisionsTopEnd
End method to call when the callback was invoked.
Public methodGetDivisionTeamsTop
Returns the top limit teams in the division. This cannot be paginated and is intended to be used for showing mini ranking type of widgets and not data collection.
Public methodGetDivisionTeamsTopBegin
Returns the top limit teams in the division. This cannot be paginated and is intended to be used for showing mini ranking type of widgets and not data collection.
Public methodGetDivisionTeamsTopEnd
End method to call when the callback was invoked.
Public methodOnlineGetHashCode (Inherited from OnlineObject.)
Public methodGetRankingsTop
Returns the top limit teams given the passed params. Unlike other APIs, this cannot be paginated and is intended to be used for showing mini ranking type of widgets and not for data collection.
Public methodGetRankingsTopBegin
Returns the top limit teams given the passed params. Unlike other APIs, this cannot be paginated and is intended to be used for showing mini ranking type of widgets and not for data collection.
Public methodGetRankingsTopEnd
End method to call when the callback was invoked.
Public methodOnlineGetType (Inherited from OnlineObject.)
Public methodSearchCharacterTeamList
Returns all the teams with a team member whos name matches the search.
Public methodSearchCharacterTeamListBegin
Returns all the teams with a team member whos name matches the search.
Public methodSearchCharacterTeamListEnd
End method to call when the callback was invoked.
Public methodOnlineToString (Inherited from OnlineObject.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberMaxRequestLimit
Maximum request limit.
Back to Top
See Also