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 5f56e25 commit 7efdba3Copy full SHA for 7efdba3
README.md
@@ -59,7 +59,6 @@ or with the more ergonomic static factory methods.
59
An API key is scoped to a single workspace and should only be used on the server.
60
Obtain one from the Seam Console.
61
62
-#####
63
```ts
64
// Set the `SEAM_API_KEY` environment variable
65
const seam = new SeamHttp()
@@ -78,8 +77,6 @@ const seam = SeamHttp.fromApiKey('your-api-key')
78
77
79
A Client Session Token is scoped to a client session and should only be used on the client.
80
81
82
-
83
84
// Pass as an option the constructor
85
const seam = new SeamHttp({ clientSessionToken: 'some-client-session-token' })
0 commit comments