-
Notifications
You must be signed in to change notification settings - Fork 113
Feature: add form urlencoded & raw request body options #39
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
Feature: add form urlencoded & raw request body options #39
Conversation
@akbarcandra thanks for sending this in! It's been pretty hectic for me lately so it might be a while before I get to this. But I haven't forgotten about it yet, just so you know :) |
Okay no problem |
@akbarcandra this is nice additions and the API call still works like a charm 👍 |
Hmm, you right, that will cause a problem if using same table row for different form options, especially for File value. I will try to fix this by separating it. |
@davidhsianturi have you tried to test for Raw options? Especially for XML, YAML, EDN. Is it working to be received by an API? If it is to hard to test, I can remove that feature for this PR and put in another PR. |
Maybe you can add the identifier like |
right, I think we just need the JSON options for now. |
Hi @davidhsianturi , I already push some fixes, please to review, thanks 😊 |
Checklist:
sync
modifier forrequest
propPreview



