DS.BuildURLMixin

DS.BuildURLMixin Class

Defined in: addon/-private/adapters/build-url-mixin.js:5

Module: ember-data

WARNING: This interface is likely to change in order to accomodate https://github.com/emberjs/rfcs/pull/4

Using BuildURLMixin

To use url building, include the mixin when extending an adapter, and call buildURL where needed. The default behaviour is designed for RESTAdapter.

Example

登录查看完整内容