MLS
Mls (/mls)
Authorization
MLS authorized only by userId and Token in HEADER
key: "SiteAuth"
value: "userID:Token"
curl --request POST -H "Content-Type=multipart/form-data" -H "SiteAuth:<userId>:<Token>" "https://api.asari.pro/$URL"
The data downloaded by API should be saved to a local database. Web pages should display data from database prepared in that way.
Number of queries to the API is restricted to 25 per minute (It's best to use a 3-4 second interval). Limit of connection can undergo change.
The following methods should be used to implement website functionality.