ga-wdi-boston / ember-resources

Performing handling 'actions' in Ember, and using them to perform CRUD on the model.
Other
0 stars 112 forks source link

Don't use nested routes? #35

Open gaand opened 8 years ago

gaand commented 8 years ago

This requires an update to the listr-api

Jeff urges showing the error and refactoring.

This technique may be necessary for using third-party APIs

jrhorn424 commented 7 years ago

Specifically, this is related to nested API routes and how the adapter doesn't handle those well by default. We have custom code to modify our request. It can probably be improved, but I have to find some notes from an Ember meetup. I don't recall the specific strategy I saw to clean up the URL.