Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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).