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 d587168 commit 2e18e69Copy full SHA for 2e18e69
5 files changed
ts/examples/simple-example-ts/index.ts
@@ -6,9 +6,9 @@ import {
6
} from "@code0-tech/hercules";
7
8
const sdk = createSdk({
9
- authToken: "someToken",
+ authToken: "token",
10
aquilaUrl: "127.0.0.1:50051",
11
- actionId: "action_123",
+ actionId: "service",
12
version: "0.0.0",
13
}, [
14
{
0 commit comments