You can also get some ideas from the Chef tests: https://github.com/jclouds/jclouds-chef/blob/master/core/src/test/java/org/jclouds/chef/internal/BaseChefApiLiveTest.java#L257-L310
On 27 June 2014 16:32, Andrew Phillips <[email protected]> wrote: > Hi Fred > > >> Are there any examples for using Chef data bags from jclouds? I searched >> the Javadoc for 1.7.3 but could not find anything related to Chef data >> bags >> (just some Chef stuff under org.jclouds.scriptbuilder.statements which did >> not seem relevant). > > > Have you had a look at the Chef Guide [1]? Alternatively, you could try to > have a look at the definition of the ChefApi directly. We are still working > on merging the Javadocs for the various repositories for a release - that's > probably why you weren't able to find much there. > > Hope this helps! > > ap > > [1] http://jclouds.apache.org/guides/chef/ > [2] > https://github.com/jclouds/jclouds-chef/blob/master/core/src/main/java/org/jclouds/chef/ChefApi.java
