feat: Add client option for edit all client requests/responses#1472
Merged
ernado merged 2 commits intoogen-go:mainfrom Jun 5, 2025
Merged
feat: Add client option for edit all client requests/responses#1472ernado merged 2 commits intoogen-go:mainfrom
ernado merged 2 commits intoogen-go:mainfrom
Conversation
bc97feb to
0ffc514
Compare
abramskama
commented
Jun 3, 2025
9ac9be6 to
07f9a02
Compare
ernado
requested changes
Jun 4, 2025
07f9a02 to
88c6e52
Compare
88c6e52 to
a014d9e
Compare
ernado
approved these changes
Jun 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: Add Request/Response editors option for clients
Description:
We have a need to append system-level fields to all requests and enrich client-side error responses.
This PR introduces request and response modifiers in clients as a proposed solution.
Adds support for modifying outgoing requests to include system-specific fields.
Enhances client error handling with additional context and formatting.
Designed to be extendable and minimally invasive to existing logic.
These improvements aim to unify system metadata handling and provide more informative error feedback for consumers.