mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 01:01:25 -05:00
Done with: ```console $ godep restore -v $ rm -rf Godep vendor/ $ godep save ./... ``` Spot checked, but things look legit. I don't (yet) know how to build terraform though.
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