https://github.com/manifoldco/go-connector
Go client API for Manifold's provider-facing connector service (unstable)
https://github.com/manifoldco/go-connector
go golang rest
Last synced: 3 months ago
JSON representation
Go client API for Manifold's provider-facing connector service (unstable)
- Host: GitHub
- URL: https://github.com/manifoldco/go-connector
- Owner: manifoldco
- License: bsd-3-clause
- Created: 2017-04-11T13:13:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T16:19:13.000Z (over 5 years ago)
- Last Synced: 2025-05-08T08:03:23.836Z (5 months ago)
- Topics: go, golang, rest
- Language: Go
- Homepage: https://www.manifold.co
- Size: 26.4 KB
- Stars: 0
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# go-connector
Go client API for Manifold's provider-facing connector service (unstable)
[Code of Conduct](./.github/CONDUCT.md) |
[Contribution Guidelines](./.github/CONTRIBUTING.md)[](https://github.com/manifoldco/go-connector/releases)
[](https://godoc.org/github.com/manifoldco/go-connector)
[](https://travis-ci.org/manifoldco/go-connector)
[](https://goreportcard.com/report/github.com/manifoldco/go-connector)
[](./LICENSE.md)## Overview
This *will* be the Go implementation of a client API for Manifold's
provider facing REST services. For now, it is unstable as we build it, and is
used to share code between some of our other packages.If you are a provider, you'll want to look at
[grafton](https://github.com/manifoldco/grafton) for verifying your
implementation, or [go-signature](https://github.com/manifoldco/go-signature)
for verifying requests have come from Manifold instead.