ember-rest-client
v0.2.0
Published
Create an API wrapper for Ember without Ember Data using ember-fetch
Downloads
4
Readme
Ember-rest-client
The purpose of this Ember Addon is to provide an easy way to communicate with a server over HTTP without using Ember Data. The addon comes with two services. The first is http-client
, which serves as a more intuitive wrapper around ij-ajax. This service simply makes http calls and has hooks for building headers.
The second service, rest-client
, is a customizable wrapper around http-client
to make communicating with your rest-api far easier. A number of configuration options are available and will be detailed below.
##TODO: explain configuration options
Compatibility
- Ember.js v2.18 or above
- Ember CLI v2.13 or above
Installation
ember install my-addon
Usage
[Longer description of how to use the addon in apps.]
License
This project is licensed under the MIT License.