File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,8 +185,10 @@ A workspace ID must be provided when using this method
185185and all requests will be scoped to that workspace.
186186
187187``` ts
188- // Pass as an option to the constructor
188+ // Set the `SEAM_PERSONAL_ACCESS_TOKEN` and `SEAM_WORKSPACE_ID` environment variables
189+ const seam = new Seam ()
189190
191+ // Pass as an option to the constructor
190192const seam = new Seam ({
191193 personalAccessToken: ' your-personal-access-token' ,
192194 workspaceId: ' your-workspace-id' ,
@@ -418,6 +420,9 @@ A Personal Access Token is scoped to a Seam Console user.
418420Obtain one from the Seam Console.
419421
420422``` ts
423+ // Set the `SEAM_PERSONAL_ACCESS_TOKEN` environment variable
424+ const seam = new SeamMultiWorkspace ()
425+
421426// Pass as an option to the constructor
422427const seam = new SeamMultiWorkspace ({
423428 personalAccessToken: ' your-personal-access-token' ,
You can’t perform that action at this time.
0 commit comments