Joker DMAPI client, written in Go. Currently work-in-progress
| 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).