Methods
Connect(usernameopt, passwordopt) → {SklikApi}
Connects to Sklik and constructs Sklik API Connector (instance of an SklikApi
object). Example:
var sklik = new SklikAPI.Connect("user@seznam.cz", "*****");
sklik.Client.get();
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
username |
string |
<optional> |
Username used to log-in to the Sklik API. |
password |
string |
<optional> |
Password used to log-in to the Sklik API. |
Returns:
Sklik API connector.
- Type
- SklikApi