I found a similar post:https://forum.javascriptmvc.com/topic/multiple-custom-get-calls-in-a-model
If you have multiple REST urls for different queries of the same model, what is the best practice to overcome this? In JMVC you could
just define your own finders but canJS seems to support only findAll. Isn't this a limitation?
If you have multiple REST urls for different queries of the same model, what is the best practice to overcome this? In JMVC you could
just define your own finders but canJS seems to support only findAll. Isn't this a limitation?