Ember.js & REST API

前端 未结 4 511
Happy的楠姐
Happy的楠姐 2021-02-02 11:38

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

4条回答
  •  -上瘾入骨i
    2021-02-02 12:00

    There is a Ember Resource library aiming REST JSON interfaces. It provides Ember.Resource class with save(), fetch() and destroy() operations that could be easily overriden. Looks like it should be more mature than Ember Data for now.

提交回复
热议问题