Installation
go get github.com/SendAfrica/GO-SDKRequires Go 1.22 or newer. The SDK uses the standard library only — there are no third-party dependencies to vendor or audit.
import sendafrica "github.com/SendAfrica/GO-SDK"Use it in main.go and run go mod tidy to record the module in your go.mod.
Requirements
| Requirement | Detail |
|---|---|
| Go version | 1.22+ |
| Dependencies | none (stdlib only) |
| Transport | HTTPS + JSON (net/http) |
| Authentication | X-API-Key header sent automatically |
Last updated on