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

Yes, but let's leave that for another PR and just amend the ones in the 
snapshot api in this one.

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

Reply via email to