ampersand-sync
ampersand-sync copied to clipboard
Provides sync behavior for updating data from ampersand models and collections to the server.
Recently, xhr clarified its behaviour for the `json` option, suggesting that `json` is flipped on/off, and the `body` is instead set to… the body. This has the side effect of...
This PR will allow the ampersand-sync's callee to provide the HTTP method to use in the call directly (instead of forcing you to pass the model's intention). In REST systems,...
do we care?
it seems a little weird that you have to specify which fields go up when you save a model and want to patch only what has changed Currently this will...
`xhr` supports `withCredentials` option for a while now and the docs describing aompersand-sync should not say that you need `xhrFields` to add `withCredentials` as a typical case. (help me find...