Ok so I posted on here about a month about getting my PHP API to hook up to Ember and I must say that it was a challenge for the longest time so much that I almost gave up on it after Cors errors, Adapters, and Deprecations from using Ember 2.
Today I finally got it to work after reading a couple Ember books and some advice from some members on this board. Anyway, I really just wanted to thank all of you who gave me top knotch advice.
So now with Ember 2 do I need to start using the JSONAPIAdapter instead of RESTAdapter?
So now with Ember 2 do I need to start using the JSONAPIAdapter instead of RESTAdapter?
You don’t have to - the RESTAdapter won’t be deprecated for a long while, because plenty of languages/frameworks/existing APIs aren’t easily moved to a JSONAPI representation.