This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
general [2018/03/13 21:31] clubadmin |
general [2022/03/29 22:00] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Home.WakeUp===== | ||
| + | |||
| + | Returns a text and makes sure the website is up. | ||
| + | |||
| + | https:// | ||
| + | |||
| ===== General.GetClubs ===== | ===== General.GetClubs ===== | ||
| Line 11: | Line 17: | ||
| Result: | Result: | ||
| - | [{" | + | [{" |
| ===== General.GetClub ===== | ===== General.GetClub ===== | ||
| Line 27: | Line 33: | ||
| Result: | Result: | ||
| - | {" | + | {" |
| + | |||
| + | |||
| + | //Note: IsClubOpenType: | ||
| + | |||
| + | * Open = 0, | ||
| + | * Holiday = 1 | ||
| + | * NotInHours = 2 | ||
| + | // | ||
| ===== General.GetCheckInPoint ===== | ===== General.GetCheckInPoint ===== | ||
| Line 64: | Line 78: | ||
| /// <param name=" | /// <param name=" | ||
| /// <param name=" | /// <param name=" | ||
| - | /// <param name="owner_id"></ | + | /// <param name="ownerid"></ |
| - | Example: https:// | + | Example: https:// |
| Result: | Result: | ||
| Line 114: | Line 128: | ||
| - | Example: https:// | + | Example: https:// |
| Result: | Result: | ||
| Line 121: | Line 135: | ||
| + | ===== General.GetImage===== | ||
| + | Method: general/ | ||
| + | |||
| + | Get the properties of a given image | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | Example: https:// | ||
| + | |||
| + | ===== General.UrlEncryptData===== | ||
| + | |||
| + | Encrypt a URL querystring using RSA encryption. | ||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | https:// | ||
| + | |||
| + | ===== General.UrlDecryptData===== | ||
| + | |||
| + | Decrypt a URL querystring using RSA encryption. | ||
| + | |||
| + | /// <param name=" | ||
| + | /// <param name=" | ||
| + | | ||
| + | https:// | ||