File tree Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Expand file tree Collapse file tree 3 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ const ignoredEndpointPaths = [
5353 '/noise_sensors/simulate/trigger_noise_threshold' ,
5454] as const
5555
56- // TODO: some endpoint's arguments (like list) are optional and should allow undefined
57-
5856const endpointResources : Partial <
5957 Record <
6058 keyof typeof openapi . paths ,
Original file line number Diff line number Diff line change @@ -89,9 +89,3 @@ export class SeamHttpInvalidOptionsError extends Error {
8989 Error . captureStackTrace ( this , this . constructor )
9090 }
9191}
92-
93- // TODO: withSessionToken { sessionToken } or withMultiWorkspaceApiKey { apiKey }?
94- // export interface SeamHttpOptionsWithSessionToken extends SeamHttpCommonOptions {
95- // workspaceId: string
96- // apiKey: string
97- // }
Original file line number Diff line number Diff line change @@ -127,10 +127,3 @@ export class SeamHttp {
127127 return SeamHttpWorkspaces . fromClient ( this . client )
128128 }
129129}
130-
131- // TODO
132- // static fromPublishableKey and deprecate getClientSessionToken
133-
134- // TODO: Should we keep makeRequest?
135- // Better to implement error handling and wrapping in an error handler.
136- // makeRequest
You can’t perform that action at this time.
0 commit comments