Registry / messaging / sparkpost-gosparkpost

sparkpost-gosparkpost

JSON →
library0.2.0gogounverified

A Go client library for the SparkPost email delivery API.

go get github.com/SparkPost/gosparkpost
INSTALL
IMPORT
SIG · SPARKPOST-GOSPARKP
S
sparkpost-gosparkpost
messaginggov0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gosparkpost
github.com/SparkPost/gosparkpost

Initialize a SparkPost client with an API key.

package main import ( "fmt" "github.com/SparkPost/gosparkpost" ) func main() { cfg := &gosparkpost.Config{ApiKey: "YOUR_API_KEY"} client, _ := gosparkpost.NewClient(cfg) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
sparkpost-gosparkpost — go get sparkpost-gosparkpost · libregistry