You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use your Backbone.rpc to connect my Backbone application to
a JSON-RPC API. (Yes, I am working with a 'rusty old Java developer. 8-) I
notice that when submitting and receiving data, the code uses positional
parameters. Is there a simple way to get it to use named parameters
instead? I have looked over the code and, frankly, some of it is over my
head because I am relatively new to JavaScript and Backbone. After reading
the docs, it wasn't clear to me how or whether this is even possible.
The text was updated successfully, but these errors were encountered:
I've been working through this for a few days too, and it's impossible for me to use Backbone.Rpc without using named parameters. It would definitely be a much needed addition to support the jsonrpc 2.0 spec.
I received a mail with a feature request:
The text was updated successfully, but these errors were encountered: