> @@ -177,4 +177,7 @@
>
> @SinceApiVersion("0.10.0")
> Iterable<? extends Environment> listEnvironmentsNamed(Iterable<String>
> names);
> +
> + @SinceApiVersion("0.10.0")
> + Iterable<? extends Node> listEnvironmentNodes(String environmentName);
I'm guessing this is the
[`/environments/NAME/nodes`](http://docs.opscode.com/api_chef_server_environments_node.html)
call? Since it returns an iterable of Nodes, would it make more sense to call
this "listNodesInEnvironment"?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/13/files#r6228562