You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/vendor/github.com/pearkes/mailgun
Paul Hinze 8209b40526
vendor: Recapture deps w/ latest godep
10 years ago
..
testutil Vendor all dependencies w/ Godep 10 years ago
.gitignore Vendor all dependencies w/ Godep 10 years ago
LICENSE Vendor all dependencies w/ Godep 10 years ago
README.md Vendor all dependencies w/ Godep 10 years ago
api.go Vendor all dependencies w/ Godep 10 years ago
domain.go Vendor all dependencies w/ Godep 10 years ago

README.md

mailgun

This package provides the mailgun package which offers an interface to the Mailgun V2 API.

It's intentionally designed to make heavy use of built-ins and strings in place of custom data structures and proper types. It also only implements specific endpoints, and doesn't have full API coverage.

For those reasons, I recommend looking elsewhere if you just need a standard mailgun API client.

Documentation

The full documentation is available on Godoc