json-rpc
json-rpc copied to clipboard
feat: add jsonrpc batch support to Django
Description of the Change
- [new] Django's request object is injected into parameters of each rpc request
- [removed] logging for consistency with #82
Hi @pavlov99,
imho it makes sense completely remove logging in backend.django to conform with #82
If logging is removed in one place, it makes sense to remove it in the other. Let me take a loser look at your suggestion!
If logging is removed in one place, it makes sense to remove it in the other.
pushed change without logging
@pavlov99 were you able to take a look?
@pavlov99, this pr adds batch support to django. Can you take a look please?