https://github.com/brokeyourbike/clearbank-api-client-go
ClearBank API Client for Go
https://github.com/brokeyourbike/clearbank-api-client-go
api bank banking banking-api clearbank go golang hacktoberfest rest-api uk united-kingdom webhook
Last synced: 4 months ago
JSON representation
ClearBank API Client for Go
- Host: GitHub
- URL: https://github.com/brokeyourbike/clearbank-api-client-go
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2023-05-08T11:35:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T14:18:18.000Z (5 months ago)
- Last Synced: 2026-01-22T01:53:25.750Z (5 months ago)
- Topics: api, bank, banking, banking-api, clearbank, go, golang, hacktoberfest, rest-api, uk, united-kingdom, webhook
- Language: Go
- Homepage: https://clearbank.github.io/docs/api/overview
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# clearbank-api-client-go
[](https://pkg.go.dev/github.com/brokeyourbike/clearbank-api-client-go)
[](https://goreportcard.com/report/github.com/brokeyourbike/clearbank-api-client-go)
[](https://codecov.io/gh/brokeyourbike/clearbank-api-client-go)
[ClearBank](https://clearbank.github.io/) API Client for Go
## Installation
```bash
go get github.com/brokeyourbike/clearbank-api-client-go
```
## Usage
```go
client := clearbank.NewClient("token", signer)
err := client.Test(clearbank.RequestIdContext(context.TODO(), "123"), "hello")
require.NoError(t, err)
```
## Authors
- [Ivan Stasiuk](https://github.com/brokeyourbike) | [Twitter](https://twitter.com/brokeyourbike) | [LinkedIn](https://www.linkedin.com/in/brokeyourbike) | [stasi.uk](https://stasi.uk)
## License
[BSD-3-Clause License](https://github.com/brokeyourbike/clearbank-api-client-go/blob/main/LICENSE)