Using nawala-checker with redirection.io

Go integration

Install
go get github.com/H0llyW00dzZ/nawala-checker
Quick start
import "nawala-checker"

// Initialize client
client := nawala-checker.NewClient("YOUR_API_KEY")
Retrieves the collection of Log resources.
curl \
  -H "Authorization: $API_KEY" \
  /logs
Retrieves the collection of Rule resources.
curl \
  -H "Authorization: $API_KEY" \
  /rules
Retrieves the collection of User resources.
curl \
  -H "Authorization: $API_KEY" \
  /users
SDK on GitHub 📄 API Docs
SDK
nawala-checker
Go
API
redirection.io
redirection.io
At a glance
Language Go
Endpoints89