summaryrefslogtreecommitdiff
path: root/lib/chef/api_client_v1.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove all the stupid json magic from Chef::ApiClientV1.tylercloke2015-07-061-28/+9
|
* Fix automated object generation from HTTP layer in ApiClient.tylercloke2015-07-061-0/+5
|
* Move ApiClient V1 supported code to Chef::ApiClientV1 and restore ↵tylercloke2015-07-061-0/+339
Chef::ApiClient. For backwards compatibility. ApiClientV1 will replace ApiClient when Chef 13 is released. Updated client_*.rb knife commands to use ApiClientV1.