in reply to Re^2: is my api wrapper abstraction ok (is it perlish?)
in thread is my api wrapper abstraction ok (is it perlish?)

Also, there are urls like this: "/answers/{ids}/comments" ...
But isn't that the same as the first example above that returns
http://api.stackexchange.com/answers/123;134;145/comments?sort=votes;o +rder=desc
minus the query parameters? The code example I gave already handles that case.