Constructor
new AppBuilder()
Methods
(static) buildWithHostname(appID, appKey, hostname, urlSchema) → {App}
Create App instance by hostname.
Parameters:
Name | Type | Default | Description |
---|---|---|---|
appID |
string
|
AppID of Kii App. | |
appKey |
string
|
AppKey of Kii App. | |
hostname |
string
|
Hostname of Kii App(e.g. api-jp.kii.com) | |
urlSchema |
string
|
https | https by default. |