pub async fn post(
config: &KnifeConfig,
request_path: &str,
query: &str,
) -> Result<ChefServerResponse, Box<dyn Error + Send + Sync>>Expand description
get - issues a GET request to Chef Server API returning the ChefServerResponse struct