>  public interface DiskApi {
>  
>     /**
>      * The List Disks operation retrieves a list of the disks in your image 
> repository.
>      */
> -   Set<Disk> list();
> +   @Named("ListDisks")
> +   @GET
> +   @Path("/services/disks")

Can this be moved to the interface level as a common prefix?

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

Reply via email to