an ember-addon to allow building urls with url templates instead of defining buildURL
ember-data-url-templates is an addon that allows building urls with url templates instead of defining buildURL as described in RFC #4. It is currently under early development and feedback and pull requests are welcome. The addon utilizes geraintluff/uri-templates to compile url templates, which fully implements RFC 6570.
ember-data-url-templates is an addon that provides the ability to build urls with url templates in Ember.js applications. It is currently in early development and is compatible with ember-data versions >= 1.0.0-beta.18, ^1.13, and ^2.0. The addon utilizes geraintluff/uri-templates for url template compilation. Installation involves cloning the repository and installing the required dependencies. Feedback and contributions are welcome.
Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.