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
As commented on https://github.com/interagent/committee/blob/master/lib/committee/request_unpacker.rb#L81-L87
No support for request body which is Array/Int/String (not Hash) and raise error Invalid JSON input. Require object with parameters as keys.
Invalid JSON input. Require object with parameters as keys.
Want to support these not Hash request body
The text was updated successfully, but these errors were encountered:
Thanks for useful committee.
committee
Is there any progress on this issue? @ota42y
I'm thinking to commit as long as you have a plan to deal with it. Any plans or milestones?
Sorry, something went wrong.
Just wanted to add that this affects me as well. Happy to participate in a solution.
I didn't know plan or milestone how to resolve this issue, but I created a PR for discussion.
Would anyone be willing to review the PR?
Successfully merging a pull request may close this issue.
As commented on
https://github.com/interagent/committee/blob/master/lib/committee/request_unpacker.rb#L81-L87
No support for request body which is Array/Int/String (not Hash) and raise error
Invalid JSON input. Require object with parameters as keys.
Want to support these not Hash request body
The text was updated successfully, but these errors were encountered: