Go-based API wrapper for Synapse REST API. This library handles the user authentication process. As long as the user's fingerprint is registered, further authentication is not necessary in the development flow.
$ go get github.com/SynapseFI/SynapseGomain.go
import github.com/SynapseFI/SynapseGoRefer to examples and our API documentation for examples.
Functions that mock the Synapse API:
make test-mockOther functions including (limited) API requests:
make test-api