Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 393 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 393 Bytes

Postmark Go Client

GoDoc

Under development. You probably don't want to use this yet.

Installation

go get -u github.com/alexsacr/postmark

Getting Started

c := NewClient("account-token", "server-token")

server, err := c.GetServer("serverID")