This is a work-in-progress cheat sheet to aid in writing documentation for and teaching EmberData's Request Service. To learn more about the Request Service, check out RFC 860.
Visit the deployed app for side-by-side examples of EmberData's Request Service and older EmberData patterns.
Contributions are welcome! Please read CONTRIBUTING.md for more information.
We use GitHub Actions to lint and test the app when a PR (pull request) is created and merged.
Run the following commands to lint and test from local machine:
npm run lint
npm test
To fix linting errors, try the following command:
npm run lint:fix
We use GitHub Actions to deploy the app to gh-pages
branch when a PR is merged.
If you are a repo maintainer, you can run the following command to deploy from local machine:
npm run deploy
This app was inspired by You might not need jQuery.