ember-rest-client

0.2.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i ember-rest-client

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

10.6 kB

Total Files

10

Last publish

Collaborators

  • whenry920