Hello,
I’m trying to access a backend API with nested resources, i.e. I want to be able to query an endpoint /company/:slug/employees
, with slug being a unique identifier. However, I am not able to use the RESTAdapter to access this endpoint to fetch records.
What is the current best practice to accomplish this behaviour in ember.js?
Best regards
Benjamin