Skip to Content
SDKsGoInstallation

Installation

go get github.com/SendAfrica/GO-SDK

Requires 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

RequirementDetail
Go version1.22+
Dependenciesnone (stdlib only)
TransportHTTPS + JSON (net/http)
AuthenticationX-API-Key header sent automatically
Last updated on