>     @GET
>     @QueryParams(keys = "format", values = "json")
>     @Fallback(EmptyFluentIterableOnNotFoundOr404.class)
>     @Path("/")
> -   FluentIterable<Container> listAt(@QueryParam("marker") String marker);
> +   FluentIterable<Container> listWithOptions(ListContainerOptions options);

Just overload the `list` method? The "withOptions" suffix seems redundant here.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9778786

Reply via email to