-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance API for use by cloud to provide per-connector billing info #7893
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The listConnectionsForWorkspace
shouldn't show deleted connections on the connection list page of the webapp. That option should be available at the API level.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fine.
Would slightly prefer if the main list endpoint took something other than a WorkspaceIdRequestBody
that had an optional "include_deleted" boolean so we'd be parameterizing existing endpoints instead of adding new ones.
…irbytehq#7893) * Enhance API for use by cloud to provide per-connector billing information * Add listAllConnectionsForWorkspace to include deleted * Config for list all connections * Merged master, and formatting * Formatting * Name change per PR suggestion * Name change per PR suggestion * Formatting again
What
Enhance API for use by cloud to provide per-connector billing info
How
Modifies the method call to take an optional parameter for whether to include deleted connections.