Discussions
Transform server response to match schema.
Hi Jason,
Create nested resources trough parent
Is there a way to create associated records through the parent? Like in rails (http://api.rubyonrails.org/classes/ActiveRecord/NestedAttributes/ClassMethods.html)
Nested endpoint with shared id
I am attempting to use an API that has the following endpoint layout. I'm not sure how to define the resources in js-data to match it.
json request suffix
How can you set a .json suffix to all requests? Like in restangular: https://github.com/mgonto/restangular#setrequestsuffix
Customizing HTTP Api
The API of our server is a bit different from your conventions, a typical query will look like this: www.myurl.com/contact.json?$filter=id eq 1
Is writing a completely new adapter the only way to accomplish this, or are there any hooks to customize standard DSHttpAdapter's url parsing?
IE8 Support
I understand that you don't officially support IE8, but I need to use a subset of the functionality that JS Data provides in a project that is required to support IE8. Do you know if it may be possible to get JS Data working in IE8 with the use of polyfills?
