Simple and lightweight, yet powerful ORM for your frontend that seamlessly integrates with your JsonAPI server.
GNU General Public License v3.0
94
stars
34
forks
source link
How can I reset or change a sourceRest #40
Closed
pablorsk closed 8 years ago
We need change the sourceRest in some case.
This is becouse we have a particular URL for each user, for example: http://example.com/api/[user_loggued_id]/products
The var
userid
can change anytime, and we need change the REST URL.Any ideas?