mosquito / aiohttp-xmlrpc

XMLRPC for aiohttp
MIT License
34 stars 19 forks source link

Support for system.multicall #42

Open mgrrx opened 4 years ago

mgrrx commented 4 years ago

The stdlib xmlrpc library has support for system.multicall. It would be nice to have the same feature in this library.

mgrrx commented 4 years ago

I’d be happy to work on this and provide a PR if there’s a chance to get this merged ;)

mosquito commented 4 years ago

Could you do it. I guess. :-)

mosquito commented 4 years ago

I already did this once for aiohttp-jsonrpc here, I think this simple approach could be useful to you.