I have an OData(v3) endpoint that will be used with a mobile Backbone application.
I am trying to integrate Jaydata to avoid building the OData queries.
I am still developing my Backbone skills and I am not sure how to integrate Jaydata with my Models/Collections.
My first assumption is that I need to override the sync
method but I am not sure this is the way to go.
Any suggestions or examples would be great.
If you have an alternative to Jaydata for my problem that would also be great.
Thanks