Supports go 1.2 or later
(coming soon)go get -u github.com/obieq/go-cloudantimport "github.com/obieq/go-cloudant"
var client *Client = NewClient("Your Cloudant URI", "Your Cloudant API Key", "Your Cloudant API Password")(coming soon)
Detailed examples can be found in the test files100% code coverage via ginkgo and gomega
go test -cover
or
ginkgo -cover