Response<BodyType> to BodyType converter #252
Closed
dimitar-zabaznoski
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This was make possible by #545 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem:
Instead of having
Response<BodyType>
as the return type of my endpoints, I would like to have a return type of justBodyType
without being wrapped inResponse
Current:
Proposed:
This could potentially be done with:
Is this something you consider useful and worthy for a future release?
Beta Was this translation helpful? Give feedback.
All reactions