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
params.data
backbone-request works fine with reads. However, any updates are useless as we never pass through params.data to the remote server.
backbone-request
node-backbone-request/backbone-request.js
Line 54 in 6a68ab8
The text was updated successfully, but these errors were encountered:
For anyone interested, we have written another backbone/request module that does this properly:
backbone
request
https://github.com/underdogio/backbone-requester
Sorry, something went wrong.
No branches or pull requests
backbone-request
works fine with reads. However, any updates are useless as we never pass throughparams.data
to the remote server.node-backbone-request/backbone-request.js
Line 54 in 6a68ab8
The text was updated successfully, but these errors were encountered: