https://github.com/manifoldco/go-manifold
Go client API for Manifold (unstable)
https://github.com/manifoldco/go-manifold
go golang rest
Last synced: 4 months ago
JSON representation
Go client API for Manifold (unstable)
- Host: GitHub
- URL: https://github.com/manifoldco/go-manifold
- Owner: manifoldco
- License: bsd-3-clause
- Created: 2017-04-11T13:11:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-13T15:45:14.000Z (almost 6 years ago)
- Last Synced: 2025-05-08T08:03:23.881Z (5 months ago)
- Topics: go, golang, rest
- Language: Go
- Homepage: https://www.manifold.co
- Size: 314 KB
- Stars: 4
- Watchers: 23
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# go-manifold
Go client API for manifold (unstable)
[Code of Conduct](./.github/CODE_OF_CONDUCT.md) |
[Contribution Guidelines](./.github/CONTRIBUTING.md)[](https://github.com/manifoldco/go-manifold/releases)
[](https://godoc.org/github.com/manifoldco/go-manifold)
[](https://travis-ci.org/manifoldco/go-manifold)
[](https://goreportcard.com/report/github.com/manifoldco/go-manifold)
[](./LICENSE.md)## Overview
This *will* be the Go implementation of a client API for Manifold's
non-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.## Releasing
To release a new version of this package, use the Make target `release`:
```
$ VERSION=0.1.2 make release
```This will update the Version in `version.go`, commit the changes and set up a
new tag.