Backbone.Rpc icon indicating copy to clipboard operation
Backbone.Rpc copied to clipboard

Backbone.js Plugin for using Json Rpc interfaces

Results 5 Backbone.Rpc issues
Sort by recently updated
recently updated
newest added

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...

enhancement
breaking change

I would like to take it on me.

enhancement

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...

question

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...

bug

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...

bug