mgonto / restangular

AngularJS service to handle Rest API Restful Resources properly and easily
MIT License
7.87k stars 840 forks source link

Plugins for restangular #770

Open bengro opened 10 years ago

bengro commented 10 years ago

I wanted to write a HAL extension for restangular. As plenty of threads suggest, one has to create a urlCreater, which involves tempering with the source code. In the code I could not find any hooks, is this indeed so? I was hoping to nicely separate the extension from restangular. Therefore it would be handy if one could write plugins, which for example allow overwriting existing methods (getList, get).

arkadiuszsz commented 10 years ago

Good idea. +1

pauldijou commented 10 years ago

Yeah, it looks like Restangular is more about a large set of configurations rather than hooks and plugins... Not sure such a nice system will make it for 1.x but totally a good idea for 2.0

grabbou commented 9 years ago

I would say 2.0.

kornicameister commented 9 years ago

+1