restgen icon indicating copy to clipboard operation
restgen copied to clipboard

Feature: conform URL syntax to Ember data REST format

Open ted-strauss-K1 opened this issue 11 years ago • 1 comments

Ember assumes the format given here for it's REST interface http://emberjs.com/guides/models/the-rest-adapter/#toc_url-conventions

Action HTTP URL Find GET /people/123 Find All GET /people Update PUT /people/123 Create POST /people Delete DELETE /people/123

more or less the same as here except it assumes the format=.json if restgen comformed to this, it would provide easy RESTful backend for ember data. It could possibly be implemented as an option on model/controller generators.

ted-strauss-K1 avatar Jul 09 '13 16:07 ted-strauss-K1

I will check and inform you soon.

alexferreira avatar Jul 09 '13 20:07 alexferreira