(Posting here since my stackoverflow question has not raised much interest)
I need to specify the API endpoints on a model by model basis. How can I do this? The closest I have come to this is the description of namespace, but this applies to the top-level URL.
My problem is that my API structure is not the one that emberjs expects. For example, I have these two objects, with completely different API endpoints:
phones -> /api/nodes/extensions/phones
nodes -> /api/nodes
How can I configure the endpoints for each model?