Skip to content

accept file-uploads through multipart/form-data requests without modifications #95

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

Merged
merged 7 commits into from
Feb 27, 2019

Conversation

kastentx
Copy link
Contributor

Fixes #94 for services with an accurately defined OpenAPI spec that accept file uploads

@jsf-clabot
Copy link

jsf-clabot commented Feb 20, 2019

CLA assistant check
All committers have signed the CLA.

@coveralls
Copy link

coveralls commented Feb 21, 2019

Coverage Status

Coverage decreased (-0.6%) to 65.564% when pulling 4c4387a on kastentx:master into b39ecda on node-red:master.

@kazuhitoyokoi
Copy link
Member

@kastentx Thank you for this pull request. In terms of the test case, it seems good. I'm going to check the code next week.

package.json Outdated
@@ -84,7 +84,8 @@
"minimist": "1.2.0",
"mustache": "2.3.0",
"request": "2.83.0",
"swagger-js-codegen": "1.12.0",
"swagger-js-codegen-formdata": "^0.15.4",
"upgrade": "^1.1.0",
Copy link
Member

@kazuhitoyokoi kazuhitoyokoi Feb 25, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kastentx I think that upgrade module is not used in the code. Could you remove it if it is mistakenly added? (Could you give me the reason if it is needed?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. This was added in error.

@kazuhitoyokoi kazuhitoyokoi merged commit 4c4387a into node-red:master Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants