Skip to content

Instantly share code, notes, and snippets.

@LudgerPeters
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save LudgerPeters/293529fd7a6e197c8347 to your computer and use it in GitHub Desktop.

Select an option

Save LudgerPeters/293529fd7a6e197c8347 to your computer and use it in GitHub Desktop.
var restApi = Restangular.all('/rest/api/location');
var newObject = {name: "myObject"};//generate object here
// POST /rest/api/location
restApi.post(object);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment