Difference between revisions of "Web API/Progress"

From Mania Tech Wiki
Jump to navigation Jump to search
(RequestAllowed, SendMessages, ReceiveMessages)
(fix wording, spelling)
Line 10: Line 10:
 
|-
 
|-
 
! [[Web_APIs#AddBuddy|AddBuddy]]
 
! [[Web_APIs#AddBuddy|AddBuddy]]
| Add a friend to the friends list.
+
| Adds a player to the friends list.
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
Line 64: Line 64:
 
|-
 
|-
 
! [[Web_APIs#GetManialinkInfos|GetManialinkInfos]]
 
! [[Web_APIs#GetManialinkInfos|GetManialinkInfos]]
| Gets infos about a manialink.
+
| Gets info about a manialink.
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
Line 70: Line 70:
 
|-
 
|-
 
! [[Web_APIs#GetManialinkResource|GetManialinkResource]]
 
! [[Web_APIs#GetManialinkResource|GetManialinkResource]]
| Gets infos about a maniacode.
+
| Gets info about a maniacode.
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
Line 76: Line 76:
 
|-
 
|-
 
! [[Web_APIs#GetOnlineProfile|GetOnlineProfile]]
 
! [[Web_APIs#GetOnlineProfile|GetOnlineProfile]]
| Gets infos about the player.
+
| Gets info about the player.
 
| {{Partially}}
 
| {{Partially}}
 
| {{No}}
 
| {{No}}
Line 118: Line 118:
 
|-
 
|-
 
! [[Web_APIs#RemoveBuddy|RemoveBuddy]]
 
! [[Web_APIs#RemoveBuddy|RemoveBuddy]]
| Remove a friend from the friends list.
+
| Removes a player from the friends list.
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
Line 130: Line 130:
 
|-
 
|-
 
! [[Web_APIs#ReceiveMessages|ReceiveMessages]]
 
! [[Web_APIs#ReceiveMessages|ReceiveMessages]]
| Check for messages.
+
| Checks for messages.
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
 
| {{Yes}}
Line 136: Line 136:
 
|-
 
|-
 
! [[Web_APIs#RequestAllowed|RequestAllowed]]
 
! [[Web_APIs#RequestAllowed|RequestAllowed]]
| Check if a request is allowed.
+
| Checks if a request is allowed.
 
| {{Yes}}
 
| {{Yes}}
 
| {{Partially}}
 
| {{Partially}}
Line 142: Line 142:
 
|-
 
|-
 
! [[Web_APIs#SendMessages|SendMessages]]
 
! [[Web_APIs#SendMessages|SendMessages]]
| Sends a message to a player
+
| Sends a message to a player.
 
| {{Yes}}
 
| {{Yes}}
 
| {{No}}
 
| {{No}}

Revision as of 10:49, 27 May 2019

This page is to keep trace of what has already been documented. The table below lists all known remote calls.

Name Description Documented Parameters understood Response understood
AddBuddy Adds a player to the friends list. Yes Yes Partially
CheckLogin Checks if login is already used for account creation. Yes Yes Yes
Connect Opens connection. No No No
Disconnect Closes connection. Yes Yes Yes
GetBuddies Gets the friends list. Partially Yes Partially
GetConnectionAndGameParams Gets a lot of information. Partially Yes No
GetLeagues Gets the regions list. Yes Yes Yes
GeneralCaps Sends information about hardware to the server. No No No
GetLadderScores ? No No No
GetManialinkInfos Gets info about a manialink. Yes Yes Partially
GetManialinkResource Gets info about a maniacode. Yes Yes Yes
GetOnlineProfile Gets info about the player. Partially No Partially
GetRankingsNew ? No No No
GfxPerf Sends performance information to the server. No No No
LiveUpdate Tells the server we're playing online. No No No
MailAccount Requests the server to send a password recovery email. Yes Yes Yes
OpenSession Gets a session ID. Partially Yes Partially
ReceiveMessages Gets new messages. No No No
RemoveBuddy Removes a player from the friends list. Yes Yes Yes
SearchNew Searches for servers (All/Recommended/Favorites). No No No
ReceiveMessages Checks for messages. Yes Yes Yes
RequestAllowed Checks if a request is allowed. Yes Partially Yes
SendMessages Sends a message to a player. Yes No Yes
Subscribe Registers a new account. Goes over HTTPS (sometimes). Partially Partially Yes