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: 5 months 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.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).