Marak / Marak/node-backbone-request
`params.data` not sent to remote server
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
`backbone-request` works fine with reads. However, any updates are useless as we never pass through `params.data` to the remote server.
https://github.com/Marak/node-backbone-request/blob/6a68ab8bb8a9f310d7badbfa27e000e45a65fcaf/backbone-request.js#L54
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open backbone-request.js at the linked line and trace how update requests are assembled. Ensure params.data reaches the remote server for updates, then verify that update operations no longer omit their payload.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100