> @@ -43,6 +43,13 @@
>
> @Override
> public CookbookDefinition apply(HttpResponse response) {
> - return parser.apply(response).values().iterator().next();
> + Map<String, CookbookDefinition> result = parser.apply(response);For that we have to change the CookbookDefinition domain representation. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/24/files#r6428052
