Restangular:在所有请求中为id添加前缀

时间:2014-09-26 08:25:49

标签: restangular

在我的api中,我需要将id指定为" id:" +一些id,例如/ suppliers / id:1234 有没有办法在全球范围内添加它,以便我可以像往常一样在我的服务中执行Restangular.all('someresource').get('1234')(而不是为每个人做Restangular.all('someresource').get('id:' + resourceID)种事情)

1 个答案:

答案 0 :(得分:0)

我认为你可以使用addFullRequestInterceptor https://github.com/mgonto/restangular#addfullrequestinterceptor