ember-data-github
Ember Data library for the GitHub API.
Using ember-data-github
ember install ember-data-github
To use OAuth endpoints you must also make sure you have a session service which contains a property named githubToken
.
To see what is currently supported check out the addon/models/
directory. Currently this addon does not support write actions.
Installation
git clone
this repositorynpm install
bower install
Running
Running Tests
ember test
ember test --server
Building
For more information on using ember-cli, visit http://www.ember-cli.com/.