From all the various examples of Ember.js, I have not been able to figure out if there is a default method in Ember.js to do REST AJAX calls. Many examples build their own inter
It seems that Ember Data is what you are looking for. It is part of emberjs organiztion in GitHub.