andreaturli commented on this pull request.
> @@ -76,12 +78,20 @@
@Nullable
ResourceGroup get(@PathParam("name") String name);
+ @Named("resourcegroup:resources")
+ @GET
+ @Path("/{name}/resources")
+ @SelectJson("value")
+ @Fallback(EmptyListOnNotFoundOr404.class)
+ @Nullable
right!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/351
