在我的api中,我需要将id指定为" id:" +一些id,例如/ suppliers / id:1234
有没有办法在全球范围内添加它,以便我可以像往常一样在我的服务中执行Restangular.all('someresource').get('1234')
(而不是为每个人做Restangular.all('someresource').get('id:' + resourceID)
种事情)
答案 0 :(得分:0)
我认为你可以使用addFullRequestInterceptor
https://github.com/mgonto/restangular#addfullrequestinterceptor