Supports go 1.2 or later
(coming soon)
go get -u github.com/obieq/go-cloudant
import "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 files
100% code coverage via ginkgo and gomega
go test -cover
or
ginkgo -cover