Skip to content

Commit 17e9c66

Browse files
committed
Remove TODOs (moved to issues)
1 parent 358caba commit 17e9c66

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

generate-routes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
5856
const endpointResources: Partial<
5957
Record<
6058
keyof typeof openapi.paths,

src/lib/seam/connect/client-options.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
// }

src/lib/seam/connect/seam-http.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)