Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 509 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 509 Bytes

Go client for Forward Email

How to install

$ go get github.com/forwardemail/forwardemail-api-go

Basic usage

import "github.com/forwardemail/forwardemail-api-go/forwardemail"

client := forwardemail.NewClient(forwardemail.ClientOptions{
    ApiKey: key,
})

account, err := client.GetAccount()