-
Notifications
You must be signed in to change notification settings - Fork 22
feat: dynamic content types via JSDoc @contentType tag #1077
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
base: master
Are you sure you want to change the base?
feat: dynamic content types via JSDoc @contentType tag #1077
Conversation
starfy84
left a comment
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.
Exposes the ability to specify a request or response content type via the @contentType tag
starfy84
left a comment
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.
NVM, I think it would be nice to be able to specify a content type per response/request
starfy84
left a comment
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.
Looking good, just some minor things regarding documentation and tests.
2659bc3 to
8ec43a7
Compare
starfy84
left a comment
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.
One small thing before we get this merged!
8ec43a7 to
6b0734c
Compare
Ticket: DX-2225
multipart/form-dataand other content types for request/response via@contentTypetag.application/jsonfor backward compatibility.