Joker DMAPI client, written in Go. Currently work-in-progress
Find a file
2026-01-13 14:31:47 +01:00
cmd/joker Squashed commit of the following: 2025-12-29 12:42:27 +01:00
dmapi Squashed commit of the following: 2025-12-29 21:09:58 +01:00
doc doc: update API description 2025-12-23 20:06:41 +01:00
internal Squashed commit of the following: 2025-12-29 12:42:27 +01:00
.gitignore Squashed commit of the following: 2025-12-13 00:19:33 +01:00
.gogogo.conf release: fix gogogo.conf 2025-12-23 23:44:00 +01:00
.golangci.yml new: implement more functionality 2025-12-16 15:41:43 +01:00
go.mod go: update dependencies 2026-01-13 14:31:47 +01:00
go.sum go: update dependencies 2026-01-13 14:31:47 +01:00
joker.conf.example new: implement more functionality 2025-12-16 15:41:43 +01:00
LICENSE.txt new: implement more functionality 2025-12-16 15:41:43 +01:00
README.md Squashed commit of the following: 2025-12-23 20:29:56 +01:00

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).

API Documentation API Interface description