/dev-client-go

Client library for the Forem (dev.to) developer API written in Go

Primary LanguageGoMIT LicenseMIT

Dev-Client-Go

dev-client-go is a client library for the Forem (dev.to) developer api written in Go. It provides fully typed methods for every operation you can carry out with the current api (beta)(0.9.7).

Installation

Go version >= 1.13

go get github.com/karvounis/dev-client-go

Usage

Import the package and initialize a new client with your auth token(api-key). To get a token, see the authentication docs.