On Tue, 02 Oct 2012 13:50:24 +0200, mist wrote:

Does router for REST interfaces support overloaded methods interface? I was about to finish a patch that fixes this issue regarding automatic client generation, when suddenly understood that I have actually no idea if is supposed to work at all :) No 100% confidence from reading sources, need a dev comment.

To be more specific, I am more interested in practical overloading in form:
lalala method1(string id)
lalala method2()

..that should be possible as far as I can imagine because of different URLs, though more generic question still applies.