Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 433 Bytes

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"
)