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 = [
53
53
'/noise_sensors/simulate/trigger_noise_threshold' ,
54
54
] as const
55
55
56
- // TODO: some endpoint's arguments (like list) are optional and should allow undefined
57
-
58
56
const endpointResources : Partial <
59
57
Record <
60
58
keyof typeof openapi . paths ,
Original file line number Diff line number Diff line change @@ -89,9 +89,3 @@ export class SeamHttpInvalidOptionsError extends Error {
89
89
Error . captureStackTrace ( this , this . constructor )
90
90
}
91
91
}
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 {
127
127
return SeamHttpWorkspaces . fromClient ( this . client )
128
128
}
129
129
}
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