Skip to content

forwardemail/forwardemail-api-go

 
 

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()

About

Go API bindings for Forward Email

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Other 0.8%