App Script API - imona/tutorial GitHub Wiki

Authentication method

Basic authentication is used. Provide your username & password in each request.

Service URL: /rest/appScript/{appShortName}
Method: GET
Description: Retrieves install script for an app.
Sample response:

{
    "appShortName":"t_crm",
    "appScript":"H4sIAAAAAAAAAOy927Je2Xmed56rQ....."
}