Difference between revisions of "Web API/Progress"
Jump to navigation
Jump to search
(GetOnlineProfile, GetManialinkInfos, GetManialinkResource) |
(fix alphabetic order) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
!style="width: 72px;" | Parameters understood | !style="width: 72px;" | Parameters understood | ||
!style="width: 72px;" | Response understood | !style="width: 72px;" | Response understood | ||
+ | |- | ||
+ | ! [[Web_APIs#AddBuddy|AddBuddy]] | ||
+ | | Adds a player to the friends list. | ||
+ | | {{Yes}} | ||
+ | | {{Yes}} | ||
+ | | {{Partially}} | ||
|- | |- | ||
! [[Web_APIs#CheckLogin|CheckLogin]] | ! [[Web_APIs#CheckLogin|CheckLogin]] | ||
Line 27: | Line 33: | ||
| {{Yes}} | | {{Yes}} | ||
|- | |- | ||
− | ! [[Web_APIs# | + | ! [[Web_APIs#GeneralCaps|GeneralCaps]] |
− | | | + | | Sends information about hardware to the server. |
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
+ | |- | ||
+ | ! [[Web_APIs#GetBuddies|GetBuddies]] | ||
+ | | Gets the friends list. | ||
+ | | {{Partially}} | ||
+ | | {{Yes}} | ||
+ | | {{Partially}} | ||
|- | |- | ||
! [[Web_APIs#GetConnectionAndGameParams|GetConnectionAndGameParams]] | ! [[Web_APIs#GetConnectionAndGameParams|GetConnectionAndGameParams]] | ||
Line 37: | Line 49: | ||
| {{Partially}} | | {{Partially}} | ||
| {{Yes}} | | {{Yes}} | ||
+ | | {{No}} | ||
+ | |- | ||
+ | ! [[Web_APIs#GetLadderScores|GetLadderScores]] | ||
+ | | ? | ||
+ | | {{No}} | ||
+ | | {{No}} | ||
| {{No}} | | {{No}} | ||
|- | |- | ||
Line 44: | Line 62: | ||
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
! [[Web_APIs#GetManialinkInfos|GetManialinkInfos]] | ! [[Web_APIs#GetManialinkInfos|GetManialinkInfos]] | ||
− | | Gets | + | | Gets info about a manialink. |
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 64: | Line 70: | ||
|- | |- | ||
! [[Web_APIs#GetManialinkResource|GetManialinkResource]] | ! [[Web_APIs#GetManialinkResource|GetManialinkResource]] | ||
− | | Gets | + | | Gets info about a maniacode. |
| {{Yes}} | | {{Yes}} | ||
| {{Yes}} | | {{Yes}} | ||
Line 70: | Line 76: | ||
|- | |- | ||
! [[Web_APIs#GetOnlineProfile|GetOnlineProfile]] | ! [[Web_APIs#GetOnlineProfile|GetOnlineProfile]] | ||
− | | Gets | + | | Gets info about the player. |
| {{Partially}} | | {{Partially}} | ||
| {{No}} | | {{No}} | ||
Line 106: | Line 112: | ||
|- | |- | ||
! [[Web_APIs#ReceiveMessages|ReceiveMessages]] | ! [[Web_APIs#ReceiveMessages|ReceiveMessages]] | ||
− | | | + | | Checks for messages. |
+ | | {{Yes}} | ||
+ | | {{Yes}} | ||
+ | | {{Yes}} | ||
+ | |- | ||
+ | ! [[Web_APIs#RemoveBuddy|RemoveBuddy]] | ||
+ | | Removes a player from the friends list. | ||
+ | | {{Yes}} | ||
+ | | {{Yes}} | ||
+ | | {{Yes}} | ||
+ | |- | ||
+ | ! [[Web_APIs#RequestAllowed|RequestAllowed]] | ||
+ | | Checks if a request is allowed. | ||
+ | | {{Yes}} | ||
+ | | {{Partially}} | ||
+ | | {{Yes}} | ||
+ | |- | ||
+ | ! [[Web_APIs#SearchNew|SearchNew]] | ||
+ | | Searches for servers (All/Recommended/Favorites). | ||
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
| {{No}} | | {{No}} | ||
|- | |- | ||
− | ! [[Web_APIs# | + | ! [[Web_APIs#SendMessages|SendMessages]] |
− | | | + | | Sends a message to a player. |
− | | {{ | + | | {{Yes}} |
− | |||
| {{No}} | | {{No}} | ||
+ | | {{Yes}} | ||
|- | |- | ||
! [[Web_APIs#Subscribe|Subscribe]] | ! [[Web_APIs#Subscribe|Subscribe]] |
Latest revision as of 13:11, 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 |
GeneralCaps | Sends information about hardware to the server. | No | No | No |
GetBuddies | Gets the friends list. | Partially | Yes | Partially |
GetConnectionAndGameParams | Gets a lot of information. | Partially | Yes | No |
GetLadderScores | ? | No | No | No |
GetLeagues | Gets the regions list. | Yes | Yes | Yes |
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 | Checks for messages. | Yes | Yes | Yes |
RemoveBuddy | Removes a player from the friends list. | Yes | Yes | Yes |
RequestAllowed | Checks if a request is allowed. | Yes | Partially | Yes |
SearchNew | Searches for servers (All/Recommended/Favorites). | No | No | No |
SendMessages | Sends a message to a player. | Yes | No | Yes |
Subscribe | Registers a new account. Goes over HTTPS (sometimes). | Partially | Partially | Yes |