forwardemail-api-go

module
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2026 License: MIT

README

Go client for Forward Email

Forward Email SDK Tests Go Report Card Go Reference Go Version License

How to install
$ go get github.com/forwardemail/forwardemail-api-go
Basic usage
import "github.com/forwardemail/forwardemail-api-go/forwardemail"

client, err := forwardemail.NewClient(forwardemail.ClientOptions{
    APIKey: key,
})
if err != nil {
    log.Fatal(err)
}

account, err := client.GetAccount()

Directories

Path Synopsis
Package forwardemail provides a client library for interacting with the Forward Email API.
Package forwardemail provides a client library for interacting with the Forward Email API.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL