Date | Reason |
---|---|
2023-01-06 | No longer primarily using golang, cannot dedicate time to the project |
go-improvmx
is a golang wrapper around the ImprovMX API. It was
written primarily for a terraform provider, however others might get use
out of it.
Simply use go get
to add go-improvmx
to your go.mod
$ go get occult.work/[email protected]
go-improvmx
uses task
to run the most common operations. These tasks
are then duplicated with extra flags within the GitHub Actions workflow.
Task has instructions on installation.
Once installed, simply run task
from the project directory.
The current list of third party libraries are
The following libraries are used for testing only