We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
asCurl
This method doesn't allow to set custom content type:
Operation.prototype.asCurl = function (args) { var obj = this.execute(args, {mock: true});
https://github.com/swagger-api/swagger-js/blob/develop_2.0/lib/types/operation.js#L810-L811
The text was updated successfully, but these errors were encountered:
Merge pull request #505 from iushankin/issue-504
168cebe
Fixed #504: The `asCurl` method doesn't allow to set content type for response and request
this was handled in #505
Sorry, something went wrong.
iushankin
No branches or pull requests
This method doesn't allow to set custom content type:
https://github.com/swagger-api/swagger-js/blob/develop_2.0/lib/types/operation.js#L810-L811
The text was updated successfully, but these errors were encountered: