Skip to content

obieq/go-cloudant

Repository files navigation

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

About

A Cloudant API wrapper in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages