We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45cf3ad commit cb0626aCopy full SHA for cb0626a
test/baseTest.ts
@@ -23,8 +23,8 @@
23
*/
24
25
import * as api from "../src/api";
26
-const AppSid = "91A2FD07-BBA1-4B32-9112-ABFB1FE8AEBD";
27
-const AppKey = "0fbf678c5ecabdb5caca48452a736dd0";
+const AppSid = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx";
+const AppKey = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";
28
const ApiURL = "https://api-qa.aspose.cloud";
29
30
/**
0 commit comments