Skip to content

Commit b8c67c4

Browse files
committed
Release Aspose.Cells Cloud SDK 20.4
1 parent 6563641 commit b8c67c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export class CellsApi {
4747
* @param baseUrl Base api Url.
4848
* @param debugMode A value indicating whether debug mode. In debug mode all requests and responses are logged to console.
4949
*/
50-
constructor(appSID: string, appKey: string, baseUrl?: string, debugMode?: boolean) {
51-
this.configuration = new Configuration(appSID, appKey, baseUrl, debugMode);
50+
constructor(appSID: string, appKey: string,apiVersion?: string, baseUrl?: string, debugMode?: boolean) {
51+
this.configuration = new Configuration(appSID, appKey,apiVersion, baseUrl, debugMode);
5252
}
5353

5454
/**

0 commit comments

Comments
 (0)