Changes

Jump to navigation Jump to search
9 bytes removed ,  18:00, 13 May 2019
"used to" phrase not meaningful - if you don't use the call, nothing happens anyway ;)
Line 54: Line 54:     
==== Author ====
 
==== Author ====
The author tag is used to identify the user sending the request. In this documentation, three cases are possible for the author tag:
+
The author tag identifies the user sending the request. In this documentation, three cases are possible for the author tag:
    
<ul>
 
<ul>
Line 102: Line 102:     
=== GetConnectionAndGameParams ===
 
=== GetConnectionAndGameParams ===
''First request sent by client.''
+
''Gets a lot of information. First request sent by client.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 118: Line 118:     
=== CheckLogin ===
 
=== CheckLogin ===
''Used to check if login is already used for account creation.''
+
''Checks if login is already used for account creation.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 133: Line 133:     
=== MailAccount ===
 
=== MailAccount ===
''Used to make the server send a password recovery email.''
+
''Requests the server to send a password recovery email.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 147: Line 147:     
=== Disconnect ===
 
=== Disconnect ===
''Used to disconnect (Duh).''
+
''Closes connection.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 161: Line 161:     
=== GetLeagues ===
 
=== GetLeagues ===
''Used to get regions list.''
+
''Gets the regions list.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 178: Line 178:     
=== OpenSession ===
 
=== OpenSession ===
''Used to open a session.''
+
''Gets a session ID.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?
Line 194: Line 194:     
=== Subscribe ===
 
=== Subscribe ===
''Used to register an account. Warning: This is sent over HTTPS.''
+
''Registers a new account. Warning: This is sent over HTTPS.''
 
{|class="wikitable"
 
{|class="wikitable"
 
  ! Session required?
 
  ! Session required?

Navigation menu