ampersand-sync icon indicating copy to clipboard operation
ampersand-sync copied to clipboard

Provides sync behavior for updating data from ampersand models and collections to the server.

Results 5 ampersand-sync issues
Sort by recently updated
recently updated
newest added

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,...

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...

enhancement
question

`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...

documentation