Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

bruxisma/go-improvmx

Repository files navigation

Archived

Date Reason
2023-01-06 No longer primarily using golang, cannot dedicate time to the project

Overview

Go Reference Build and Tests Code Coverage

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.

Installation

Simply use go get to add go-improvmx to your go.mod

$ go get occult.work/improvmx@v1.0.0

Development

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.

Dependencies

The current list of third party libraries are

The following libraries are used for testing only