Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

charleyw/chef-api-java

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chef java api

This project is a java implemented chef api client.

Usage

ChefApiClient cac = new ChefApiClient("username", "path to pem key", "chef server url");
cac.get("/nodes").execute();

# /nodes
cac.get("/nodes").execute();
cac.post("/nodes").body("req body").execute();
cac.delete("/nodes").execute();
cac.put("/nodes").body("req body").execute();

Liscense

This code is distributed under the MIT license.

About

chef java api client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.