Skip to content

Commit

Permalink
Remove TODOs (moved to issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Oct 5, 2023
1 parent 358caba commit 17e9c66
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions generate-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ const ignoredEndpointPaths = [
'/noise_sensors/simulate/trigger_noise_threshold',
] as const

// TODO: some endpoint's arguments (like list) are optional and should allow undefined

const endpointResources: Partial<
Record<
keyof typeof openapi.paths,
Expand Down
6 changes: 0 additions & 6 deletions src/lib/seam/connect/client-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,3 @@ export class SeamHttpInvalidOptionsError extends Error {
Error.captureStackTrace(this, this.constructor)
}
}

// TODO: withSessionToken { sessionToken } or withMultiWorkspaceApiKey { apiKey }?
// export interface SeamHttpOptionsWithSessionToken extends SeamHttpCommonOptions {
// workspaceId: string
// apiKey: string
// }
7 changes: 0 additions & 7 deletions src/lib/seam/connect/seam-http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,3 @@ export class SeamHttp {
return SeamHttpWorkspaces.fromClient(this.client)
}
}

// TODO
// static fromPublishableKey and deprecate getClientSessionToken

// TODO: Should we keep makeRequest?
// Better to implement error handling and wrapping in an error handler.
// makeRequest

0 comments on commit 17e9c66

Please sign in to comment.