jhalter / mobius

A Hotline server implemented in Golang for macOS, Linux, and Windows operating systems
MIT License
73 stars 8 forks source link

Add initial HTTP API endpoints #143

Closed jhalter closed 1 month ago

jhalter commented 1 month ago

This replaces the --stat-port flag and HTTP endpoint with a new --api-addr flag, with a couple of additional administrative endpoints to provide functionality present in the original Hotline server UI but missing in Mobius.

Fixes #4