Whatever message this page gives is out now! Go check it out!
RestInitApplication( path [, serviceMapping, options] )Parameter | Description |
path | Required. Path to the directory to be registered. |
serviceMapping | Optional. Alternate string to be used for application name while calling the REST service. |
| options | Optional. Additional options passed for initializing the application.
|
restInitApplication( dirPath=expandPath('path/to/REST/api'),serviceMapping='api');