https://github.com/robbiethewagner/ember-ajax-fetch
A fetch service compatible with the ember-ajax API
https://github.com/robbiethewagner/ember-ajax-fetch
ajax ember fetch hacktoberfest
Last synced: 5 months ago
JSON representation
A fetch service compatible with the ember-ajax API
- Host: GitHub
- URL: https://github.com/robbiethewagner/ember-ajax-fetch
- Owner: RobbieTheWagner
- License: mit
- Created: 2019-12-02T01:53:24.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T00:00:33.000Z (about 1 year ago)
- Last Synced: 2026-01-15T05:43:35.228Z (5 months ago)
- Topics: ajax, ember, fetch, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 2.38 MB
- Stars: 15
- Watchers: 10
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-ajax-fetch
This addon provides a `fetch` service that is meant to have the same API as
[ember-ajax](https://github.com/ember-cli/ember-ajax). It should be a drop in replacement
when it is finished, and already handles a lot of things!
## Compatibility
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v18 or above
## Installation
```
ember install ember-ajax-fetch
```
## Docs
---
[View the docs](https://robbiethewagner.github.io/ember-ajax-fetch/)
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).