github.com/saifabid/go-cloudant

A Cloudant API wrapper in Go


License
GPL-2.0
Install
go get github.com/saifabid/go-cloudant

Documentation

go-cloudant: A Cloudant API wrapper for Go

Supports go 1.2 or later

Documentation

(coming soon)

Installation

go get -u github.com/obieq/go-cloudant

Client

import "github.com/obieq/go-cloudant"

var client *Client = NewClient("Your Cloudant URI", "Your Cloudant API Key", "Your Cloudant API Password")

Examples

(coming soon)

Detailed examples can be found in the test files

Tests

100% code coverage via ginkgo and gomega

go test -cover
      or
ginkgo -cover