the JSON specifying the folders and files to be created, can also includes appLoc, streamServiceName, streamWebFolder, streamLogo
the base folder in which to create the new folders and services.
Optional
authConfig: AuthConfig(optional) a valid client, secret, refresh and access tokens that are authorised to execute compute jobs.
Creates/updates files within SASjs drive using uploaded json compressed file.
Compressed file path; file should only contain one JSON file and should have same name as of compressed file e.g. deploy.JSON should be compressed to deploy.JSON.zip Any other file or JSON file in zipped will be ignored!
Optional
authConfig: AuthConfig(optional) a valid client, secret, refresh and access tokens that are authorised to execute compute jobs.
Optional
authConfig: AuthConfigExecutes code on a SASJS server.
a string of code to execute.
a string to representing runTime for code execution
Optional
authConfig: AuthConfigan object for authentication.
Exchanges the auth code for an access token for the given client.
the client ID to authenticate with.
the auth code received from the server.
Exchanges the refresh token for an access token.
the refresh token received from the server.
Generated using TypeDoc
Creates the folders and services at the given location
appLoc
on the given serverserverUrl
.