> +    */
> +   @Named("images:list")
> +   @GET
> +   @Path("/images/json")
> +   @Fallback(Fallbacks.EmptySetOnNotFoundOr404.class)
> +   Set<Image> listImages(ListImageOptions options);
> +
> +   /**
> +    * Inspect an image
> +    *
> +    * @param imageId The id of the image to inspect.
> +    * @return low-level information on the image name
> +    */
> +   @Named("image:inspect")
> +   @GET
> +   @Path("/images/{name}/json")

[minor] If the parameter is actually the "id" of the image, change the path 
param to "id"?

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

Reply via email to