Skip to content

johno/ember-cli-activemodel-adapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Ember.ENV.ACTIVE_MODEL_API_URL = 'http://example.com/api/v1';

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander.

About

An ember-cli addon for an Active Model Adapter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published