>
> @Path("/snapshots")
> @RequestFilters(BasicAuthentication.class)
> public interface SnapshotApi extends Closeable {
>
> + @Named("snapshot:list")
> + @GET
> + @SelectJson("items")
> + @Fallback(EmptyListOnNotFoundOr404.class)
> + List<Snapshot> getList();Yes, that's the convention we try to use now, so it applies to all mehtods. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/244/files#r55172195
