Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.33 KB

clearbank-api-client-go

Go Reference Go Report Card Maintainability Test Coverage

ClearBank API Client for Go

Installation

go get github.com/brokeyourbike/clearbank-api-client-go

Usage

client := clearbank.NewClient("token", signer)

err := client.Test(clearbank.RequestIdContext(context.TODO(), "123"), "hello")
require.NoError(t, err)

Authors

License

BSD-3-Clause License