我想弄清楚如何從自定義API獲取數據。我使用的灰燼1.8.1,恩貝爾數據1.0.0-beta.12和灰燼CLI自定義Ember Api端點
在我的路由器,我有以下資源 this.resource("communities", {path: '/communities/:community-id/follow-ups'}, function() {});
我有正確的響應定義我的模型。在我的社區路由器,我試圖從API獲取數據,像這樣 this.store.find('community', params['community-id']);
我遇到的問題是,我試圖從API端點 /communities/{community-id}/follow-ups
retrive數據,但應用程序試圖搶從 /communities/{community-id}
如何定義自定義資源的路線從follow-ups
如果這些答案的滿足你的問題,你能接受嗎? ;) – 2015-08-10 22:03:51