Closed
Description
It would be helpful to not only override the base url in async methods, but also be able to specify an end point for a certain request. Something like this:
DS.findAll('user',params,{baseUrl:'example.com/es/api', endPoint: '/usuarios'})
This might also help when having complex nested resource paths