Joker DMAPI client, written in Go. Currently work-in-progress
commit 87c259c9d0ae0c78f0ce270d76afb40d03af3dd1
Author: Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Date: Mon Dec 29 20:55:47 2025 +0100
refactor yaml
commit cc99a875eda509920310cc6d28b7b9ff6f5fadd5
Merge: e29c9b0
|
||
|---|---|---|
| cmd/joker | ||
| dmapi | ||
| doc | ||
| internal | ||
| .gitignore | ||
| .gogogo.conf | ||
| .golangci.yml | ||
| go.mod | ||
| go.sum | ||
| joker.conf.example | ||
| LICENSE.txt | ||
| README.md | ||
Joker-API-Client
A simple Joker DMAPI Go client implementation. And a CLI for (example) use of this client.
Build
The dmapi/api.go is generated from dmapi/api.yaml and the template
dmapi/api.go.template. If you add API calls to the YAML document,
re-run go generate ./... (and commit the changes).