mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 17:10:05 +00:00
chore: update tsdoc for executeScript method
This commit is contained in:
@@ -62,8 +62,8 @@ export class SASjsApiClient {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Executes code on a SASJS server.
|
* Executes code on a SASJS server.
|
||||||
* @param serverUrl - a server url to execute code.
|
|
||||||
* @param code - a string of code to execute.
|
* @param code - a string of code to execute.
|
||||||
|
* @param authConfig - an object for authentication.
|
||||||
*/
|
*/
|
||||||
public async executeScript(code: string, authConfig?: AuthConfig) {
|
public async executeScript(code: string, authConfig?: AuthConfig) {
|
||||||
let access_token = (authConfig || {}).access_token
|
let access_token = (authConfig || {}).access_token
|
||||||
|
|||||||
Reference in New Issue
Block a user