Results 29 comments of Jesse Nelson

In addition most everything for that is requiring a chef-server can be handled by [httptest](http://golang.org/pkg/net/http/httptest/). I view the goiardi stuff as a stop-gap on the way to getting idiomatic go...

Yea I was thinking the same thing. Dunno who is using the lib, but that merge will guarantee a break.

@marpaia I pushed the 0.1.0 tag on current master, thoughts on pushing 1.0.0 so that we can direct people to using [gopkg.in](gopkg.in) for a stable api import? I want to...

see https://gist.github.com/spheromak/c3c93eafd1129bca231b for some code to talk against.

this call to con.Get at https://gist.github.com/spheromak/c3c93eafd1129bca231b#file-client_download-go-L28 Will always goto whatever host is part of the config, and not part of whats been returned to the client in https://gist.github.com/spheromak/c3c93eafd1129bca231b#file-client_download-go-L28 which is...

Perhaps what Is in order is making `chef.makeRequest` a public method. This method takes a raw request and will sign and submit it returning the response. This is probably the...

All my issues are also the same. up there for comment @marpaia. I am all for building error types, and returning them. I also want to convert the 'middleware' methods...

yea i think when we start using external deps we will want to vendor. there are a few tools for that. @ctdk @marpaia there might even be a go-chef org...

I got the idea of pulling the crypto out cause thats what @ctdk has pretty much started here: https://github.com/ctdk/goiardi/tree/master/chef_crypto He implemented the other side of the crypto. I agree that...