Categorygithub.com/manifoldco/go-connector
modulepackage
0.1.0
Repository: https://github.com/manifoldco/go-connector.git
Documentation: pkg.go.dev

# README

go-connector

Go client API for Manifold's provider-facing connector service (unstable)

Code of Conduct | Contribution Guidelines

GitHub release GoDoc Travis Go Report Card License

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 for verifying your implementation, or go-signature for verifying requests have come from Manifold instead.

# Packages

No description provided by the author

# Functions

NewOAuthError returns an OAuthError which satisfies the Error, HTTPError and swag.Error interfaces.
ToOAuthError receives an error and mutates it into an OAuthError based on the concrete type of the Error.

# Structs

OAuthError represents an error that follows the OAuth 2.0 specification.