Backbone.Rpc
Backbone.Rpc copied to clipboard
Backbone.js Plugin for using Json Rpc interfaces
I received a mail with a feature request: > I am trying to use your Backbone.rpc to connect my Backbone application to > a JSON-RPC API. (Yes, I am working...
Hi, i have start using your plugin and i have some questions when i do model.save(), i see that no parameters are send in the request. so i have saved...
Is it possible to make the Rpc call use an `error` callback by passing the JSON-RPC error response to it? Like this: ``` user.checkLoggedIn({ success: function(model response){ // do something...
Immediately ran into this issue when calling new Backbone.Rpc(). I'm using underscore.js v1.5.2, which throws an exception with the following code (found in Backbone.Rpc). ``` // fix issue with the...