-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add result type which allows to do response modifications #439
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.
API looks good to me; it's essentially what I've already put together on my own, but with the benefit that it handles the response building implicitly under the hood, and since all it does is modify a default response, it removes a lot of the busywork that's necessary when building a response manually. Very nice.
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.
Looks great to me; the only comment I have is about the visibility of IResult
, but if that's by design then I have no complaints.
@jacobalbano : Thank you very much for the review, I moved the |
No description provided.