Skip to content

Repository files navigation

csapi-go

PkgGoDevCodacy Badgecodecovtest

Go client package for the CSApi (API for certified-senders.org)

Usage

Import the lib as usual

import"go.bnck.me/csapi/v2"

Then create a new client. The login will be handled automatically. You will get a authenticated client.

api, err:=csapi.NewWithOptions(csapi.WithAPIKey("abc-123"))
iferr!=nil {
returnerr
}

About

Go client package for the CSApi

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Sponsor this project

Contributors

Languages