Difference between revisions of "Web API/Progress"
Jump to navigation
Jump to search
(spelling fixes, minor fmtg) |
("used to" phrase not meaningful - if you don't use the call, nothing happens anyway ;)) |
||
Line 10: | Line 10: | ||
|- | |- | ||
! [[Web_APIs#CheckLogin|CheckLogin]] | ! [[Web_APIs#CheckLogin|CheckLogin]] | ||
− | | | + | | Checks if login is already used for account creation. |
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 16: | Line 16: | ||
|- | |- | ||
! [[Web_APIs#Connect|Connect]] | ! [[Web_APIs#Connect|Connect]] | ||
− | | | + | | Opens connection. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 22: | Line 22: | ||
|- | |- | ||
! [[Web_APIs#Disconnect|Disconnect]] | ! [[Web_APIs#Disconnect|Disconnect]] | ||
− | | | + | | Closes connection. |
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 28: | Line 28: | ||
|- | |- | ||
! [[Web_APIs#GetBuddies|GetBuddies]] | ! [[Web_APIs#GetBuddies|GetBuddies]] | ||
− | | | + | | Gets the friends list. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 34: | Line 34: | ||
|- | |- | ||
! [[Web_APIs#GetConnectionAndGameParams|GetConnectionAndGameParams]] | ! [[Web_APIs#GetConnectionAndGameParams|GetConnectionAndGameParams]] | ||
− | | | + | | Gets a lot of information. |
| {{Partially}} | | {{Partially}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 40: | Line 40: | ||
|- | |- | ||
! [[Web_APIs#GetLeagues|GetLeagues]] | ! [[Web_APIs#GetLeagues|GetLeagues]] | ||
− | | | + | | Gets the regions list. |
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 46: | Line 46: | ||
|- | |- | ||
! [[Web_APIs#GeneralCaps|GeneralCaps]] | ! [[Web_APIs#GeneralCaps|GeneralCaps]] | ||
− | | | + | | Sends information about hardware to the server. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 70: | Line 70: | ||
|- | |- | ||
! [[Web_APIs#GfxPerf|GfxPerf]] | ! [[Web_APIs#GfxPerf|GfxPerf]] | ||
− | | | + | | Sends performance information to the server. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 76: | Line 76: | ||
|- | |- | ||
! [[Web_APIs#LiveUpdate|LiveUpdate]] | ! [[Web_APIs#LiveUpdate|LiveUpdate]] | ||
− | | | + | | Tells the server we're playing online. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 82: | Line 82: | ||
|- | |- | ||
! [[Web_APIs#MailAccount|MailAccount]] | ! [[Web_APIs#MailAccount|MailAccount]] | ||
− | | | + | | Requests the server to send a password recovery email. |
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 88: | Line 88: | ||
|- | |- | ||
! [[Web_APIs#OpenSession|OpenSession]] | ! [[Web_APIs#OpenSession|OpenSession]] | ||
− | | | + | | Gets a session ID. |
| {{Partially}} | | {{Partially}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 94: | Line 94: | ||
|- | |- | ||
! [[Web_APIs#ReceiveMessages|ReceiveMessages]] | ! [[Web_APIs#ReceiveMessages|ReceiveMessages]] | ||
− | | | + | | Gets new messages. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 100: | Line 100: | ||
|- | |- | ||
! [[Web_APIs#ReceiveMessages|SearchNew]] | ! [[Web_APIs#ReceiveMessages|SearchNew]] | ||
− | | | + | | Searches for servers (All/Recommended/Favorites). |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
Line 106: | Line 106: | ||
|- | |- | ||
! [[Web_APIs#Subscribe|Subscribe]] | ! [[Web_APIs#Subscribe|Subscribe]] | ||
− | | | + | | Registers a new account. Goes over HTTPS (sometimes). |
| {{Partially}} | | {{Partially}} | ||
| {{Partially}} | | {{Partially}} | ||
| {{Yes}} | | {{Yes}} | ||
|} | |} |
Revision as of 16:55, 13 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 | 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. | No | No | No |
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 |
GetOnlineProfile | ? | No | No | No |
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 |
SearchNew | Searches for servers (All/Recommended/Favorites). | No | No | No |
Subscribe | Registers a new account. Goes over HTTPS (sometimes). | Partially | Partially | Yes |