Skip to content

ember-learn/ember-data-request-service-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f3897a · Apr 28, 2025
Jul 5, 2024
Apr 21, 2025
Jul 5, 2024
Sep 28, 2023
Apr 28, 2025
Feb 22, 2025
Apr 21, 2025
Jan 3, 2020
May 15, 2020
Jun 17, 2022
Jun 17, 2022
Jun 17, 2022
Jun 17, 2022
Jun 17, 2022
Mar 27, 2021
Aug 18, 2021
Jan 3, 2020
Feb 22, 2025
Jun 10, 2019
Sep 28, 2023
Aug 28, 2023
Jul 5, 2024
Jul 5, 2024
Mar 27, 2021

Repository files navigation

This project uses GitHub Actions for continuous integration. This project uses Percy.io for visual regression testing.

EmberData Request Service Cheat Sheet

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.

How to Contribute

Contributions are welcome! Please read CONTRIBUTING.md for more information.

Continuous integration

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

Continuous deployment

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

Credits

This app was inspired by You might not need jQuery.

About

This is a work-in-progress cheat sheet to aid in writing documentation for and teaching EmberData's Request Service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published