/go-listmonk

A Go SDK for Listmonk API

Primary LanguageGoMIT LicenseMIT

go-listmonk

A Golang SDK for listmonkAPI.

All the REST APIs listed in listmonk API document are implemented.

For best compatibility, please use Go >= 1.19.

Make sure you have read listmonk API document before continuing.

Installation

go get github.com/Exayn/go-listmonk

Importing

import (
    listmonk "github.com/Exayn/go-listmonk"
)