Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T13:50:05.000Z (about 1 month ago)
- Last Synced: 2024-10-03T11:51:58.732Z (about 1 month ago)
- Topics: ajax, ember, fetch, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 2.16 MB
- Stars: 14
- Watchers: 11
- Forks: 9
- Open Issues: 3
-
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.16 or above
* Ember CLI v2.13 or above
* Node.js v10 or aboveInstallation
------------------------------------------------------------------------------```
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).