Closed
Description
- For SeamHttpMultiWorkspace, read
SEAM_PERSONAL_ACCESS_TOKEN
from env. Add test to env.test.ts. Basically identical logic to how SeamHttp handlesSEAM_API_KEY
- For SeamHttp, read both
SEAM_PERSONAL_ACCESS_TOKEN
andSEAM_WORKSPACE_ID
. If bothSEAM_PERSONAL_ACCESS_TOKEN
andSEAM_API_KEY
are defined in the env, throw an invalid options error.