javascript - Backbone.js with a 3rd party API -


I'm thinking of using Backbone.js to develop a new application. My application is a web mapping application using the ESRI Javascript API and the data is in the ESRI facility services.

I am looking for documentation and tutorials for Backbone.js, but I can not understand how I will create a model that can retrieve or edit data from an ESRI facility service .

How can I retrieve and edit my model in a specific way so that instead of traditional third party API instead of GET, POST, PUT, and DELETE methods?

You can override the model. Sync,


Comments