I am creating an application that I really would like to be RESTful that follows the HATEOAS requirements of REST. On the front end, I look at using Ember because it is similar to how I like to create front-end applications. Unfortunately, the built-in REST DataSource Adapter does not seem to understand how to navigate the APIs that follow HATEOAS. I should specify the data in terms of identifiers, and not through the URL.
Google doesn't help me - Does anyone know about a data adapter that supports HATEOAS? If not, I will try to create it, but I do not want to waste time!
source share