Skip to content

Instantly share code, notes, and snippets.

@martenlienen
Created July 30, 2014 10:35
Show Gist options
  • Save martenlienen/0e748e1d634efa150391 to your computer and use it in GitHub Desktop.
Save martenlienen/0e748e1d634efa150391 to your computer and use it in GitHub Desktop.
// Loading
var resource = $.get("https://url/...");
// Manipulating
var updated = doSomething(resource);
// Updating
$.patch(resource._links.self.href, diff(resource, updated))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment