rest - An EmberJS DataStore adapter which supports HATEOAS -
i'm creating app i'd quite restful follows hateoas rest requirement. on front-end, i'm looking @ using ember because seems pretty in line how build front-end apps. unfortunately though, built-in rest datasource adapter doesn't seem understand how navigate apis follow hateoas - have specify data in terms of ids, rather via urls.
google isn't helping me - does know of data adapter does support hateoas? if not, i'll try building one, didn't want waste time!
ember data strives follow json api spec, came out of formats rest adapter follows.
there two formats, , while id-based format requires client have urls hard-coded resources, url-based format works url templates include links in representations directly.
Comments
Post a Comment