APIリファレンス(JavaScript)
baasatrakuza > API > exec
API.exec() method
APIを呼び出します。
Signature:
exec(path: string, action?: string | null, contents?: APIJSONObject): Promise<any>;
Parameters
Parameter | Type | Description |
---|---|---|
path | string | パス |
action | string | null | アクション |
contents | APIJSONObject | コンテンツ部 |
Returns:
Promise<any>