>  
>  @Path("/snapshots")
>  @RequestFilters(BasicAuthentication.class)
>  public interface SnapshotApi extends Closeable {
>     
> +   @Named("snapshot:list")
> +   @GET
> +   @SelectJson("items")
> +   @Fallback(EmptyListOnNotFoundOr404.class)
> +   List<Snapshot> getList();

ok but you still have getSnapshot, should it be just get? or createSnapshot => 
create? that would seem along the lines of such a convention. or is it just 
that the list method is a special case?

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

Reply via email to