Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 539 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 539 Bytes

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