@nacx @demobox Hi again guys! We want to avoid listing paginations & pass
'limit=0' query param. But we don't know how to do that without
```@QueryParam("limit")``` function parameter. The ```@Path()``` always
replaces the '?' character with '%3F', so we get 404 error. Is there any way to
add this '?limit=0' parameter without adding an additional function parameter?
Thanks --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/12#issuecomment-22688806
