Skip to content

forwardemail/forwardemail-api-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%