Active Model Adapter
An ember-cli addon for an Active Model Adapter for Ember.
Installation
Install the Active Model adapter from npm:
$ npm install --save ember-cli-activemodel-adapter
Then, you need to set the API URL as an environment variable:
EmberENVACTIVE_MODEL_API_URL = 'http://example.com/api/v1';
License
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by John Otander.