A Go library to interact with mCaptcha
Go to file
Gusted 4f3072e1d5
ci/woodpecker/push/config Pipeline was successful Details
Use latest working version of golangci-lint
2022-07-23 10:39:13 +02:00
.woodpecker Use latest working version of golangci-lint 2022-07-23 10:39:13 +02:00
.golangci.yml Implement basic verify code 2022-07-22 21:02:11 +02:00
.revive.toml Implement basic verify code 2022-07-22 21:02:11 +02:00
LICENSE Add first commit 2022-07-22 14:55:09 +02:00
README.md Add documentation link. 2022-07-23 10:34:23 +02:00
errors.go Implement basic verify code 2022-07-22 21:02:11 +02:00
go.mod Fix go.mod 2022-07-22 21:10:19 +02:00
mcaptcha.go Add CI 2022-07-23 10:29:25 +02:00

README.md

mCaptcha Go

mCaptcha is a Go library to interact with mCaptcha.

Implemented

The library currently only implements the PoW verification endpoint and not an of the other endpoints.

Check the documentation for currently implemented functions.