Samuel Sutch
Samuel Sutch
Hmm. I don't think this is actually what we want, because the django-json-rpc package is actually compatible with older versions of Django.
Probably, and to be honest, I don't think many people are using the JSON-RPC "explorer" which was a feature I added for a client a long time ago, and have...
sure can you please make a pull request?
Will this affect current library users who are using authentication?
it's just base64 but i kind of want to remove all of that stuff anyway
Hey this looks good to merge but could the parameter be renamed to the possibly more-self-explanatory `JSONRPC_IGNORED_ERRORS` I can then merge this in. Thanks!
Pull requests welcome. I don't have the time to write code for this right now.
I welcome pull requests!
Cool, maybe one could write a pull request? The code path is really simple (sorry, I just don't have much time right now)
How common is this style of GET RPC? I don't see its support in the spec. Only 1.1 supports HTTP GET and its intended use is for idempotent, safe methods...