repositorypackage
1.2.0
Repository: https://github.com/karvounis/dev-client-go.git
Documentation: pkg.go.dev
# README
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.