marpaia / chef-golang

Go library to interact with the Chef server API
Other
77 stars 32 forks source link

Refactor chef.Post for args and body #19

Closed spheromak closed 10 years ago

spheromak commented 10 years ago

Removed PostForm as it isn't needed. pulled common bits between GetWithParams and post into it's own method.

Should support partial search now (abstraction/example/doc needs written, but you can look at the test to figure it out)