abuiles / ember-cli-101-errata

18 stars 4 forks source link

Page 103: Async API Example #155

Closed IanVS closed 9 years ago

IanVS commented 9 years ago

At the end of the second paragraph of Working with async relationships in Ember-Data, to get the articles with IDs of 40 and 41, wouldn't the GET request be something like /api/articles?ids=40,41 rather than /api/friends?ids=40,41

abuiles commented 9 years ago

Thanks, I fixed that and also change the params to be like /api/articles?ids%5B%5D=40&ids%5B%5D=41