-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
SDR by default produces urls with templates similar to:
http://localhost:8080/api/users/0
Is it possible to get a $resource function with such template from a processed resource? So that api._resources('users') would return equivalent of $resource('/api/users/:userId'). Is this feature currently available?