Difference between revisions of "Web API/Progress"
Jump to navigation
Jump to search
(spelling fixes, minor fmtg) |
|||
Line 2: | Line 2: | ||
{| class="wikitable" style="width: 100%;" | {| class="wikitable" style="width: 100%;" | ||
− | |-style="background:#eee" | + | |-style="background: #eee;" |
− | !style="width: 128px" | Name | + | !style="width: 128px;" | Name |
! Description | ! Description | ||
− | !style="width: 72px" | Documented | + | !style="width: 72px;" | Documented |
− | !style="width: 72px" | Parameters understood | + | !style="width: 72px;" | Parameters understood |
− | !style="width: 72px" | Response understood | + | !style="width: 72px;" | Response understood |
|- | |- | ||
! [[Web_APIs#CheckLogin|CheckLogin]] | ! [[Web_APIs#CheckLogin|CheckLogin]] | ||
| Used to check if login is already used for account creation. | | Used to check if login is already used for account creation. | ||
− | | {{ | + | | {{Yes}} |
− | | {{ | + | | {{Yes}} |
− | | {{ | + | | {{Yes}} |
|- | |- | ||
! [[Web_APIs#Connect|Connect]] | ! [[Web_APIs#Connect|Connect]] | ||
Line 23: | Line 23: | ||
! [[Web_APIs#Disconnect|Disconnect]] | ! [[Web_APIs#Disconnect|Disconnect]] | ||
| Used to disconnect (Duh). | | Used to disconnect (Duh). | ||
− | | {{ | + | | {{Yes}} |
− | | {{ | + | | {{Yes}} |
− | | {{ | + | | {{Yes}} |
|- | |- | ||
! [[Web_APIs#GetBuddies|GetBuddies]] | ! [[Web_APIs#GetBuddies|GetBuddies]] | ||
Line 34: | Line 34: | ||
|- | |- | ||
! [[Web_APIs#GetConnectionAndGameParams|GetConnectionAndGameParams]] | ! [[Web_APIs#GetConnectionAndGameParams|GetConnectionAndGameParams]] | ||
− | | Used to get a lot of | + | | Used to get a lot of information. |
| {{Partially}} | | {{Partially}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 46: | Line 46: | ||
|- | |- | ||
! [[Web_APIs#GeneralCaps|GeneralCaps]] | ! [[Web_APIs#GeneralCaps|GeneralCaps]] | ||
− | | Used to send | + | | Used to send information about hardware to the server. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 100: | Line 100: | ||
|- | |- | ||
! [[Web_APIs#ReceiveMessages|SearchNew]] | ! [[Web_APIs#ReceiveMessages|SearchNew]] | ||
− | | Used to search for servers (All/ | + | | Used to search for servers (All/Recommended/Favorites). |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} |
Revision as of 20:55, 12 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 |
---|---|---|---|---|
CheckLogin | Used to check if login is already used for account creation. | Yes | Yes | Yes |
Connect | Used to login. | No | No | No |
Disconnect | Used to disconnect (Duh). | Yes | Yes | Yes |
GetBuddies | Used to get friends list. | No | No | No |
GetConnectionAndGameParams | Used to get a lot of information. | Partially | Yes | No |
GetLeagues | Used to get regions list. | Yes | Yes | Yes |
GeneralCaps | Used to send information about hardware to the server. | No | No | No |
GetLadderScores | ? | No | No | No |
GetOnlineProfile | ? | No | No | No |
GetRankingsNew | ? | No | No | No |
GfxPerf | Used to send performance information to the server. | No | No | No |
LiveUpdate | Used to tell the server we're playing online. | No | No | No |
MailAccount | Used to make the server send a password recovery email. | Yes | Yes | Yes |
OpenSession | Used to get a session id. | Partially | Yes | Partially |
ReceiveMessages | Used to get new messages. | No | No | No |
SearchNew | Used to search for servers (All/Recommended/Favorites). | No | No | No |
Subscribe | Used to register a new account. Goes over HTTPS (sometimes). | Partially | Partially | Yes |