From 7ac01cdafabfc0e8a4a37796ecf1d7f11369ca00 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 13 Nov 2020 19:18:01 +0300 Subject: [PATCH] Update api.md --- pages/api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/api.md b/pages/api.md index c17a35da..a198a186 100644 --- a/pages/api.md +++ b/pages/api.md @@ -166,3 +166,6 @@ Each category is represented by its own event in the websocket (`info_hw_state`, ## System log: `/api/log` On `GET` this handle will display messages from all KVMD services as plain text. The `follow=1` request parameter turns the request into an infinite one and you will receive new log messages in real time. The seek parameter runs the log for the specified time in seconds. For example, `seek=3600` will show the log for the last hour. Both the `seek` and `follow` parameters can be used together. + +# To be continued ===> +Unfortunately, the developer doesn't have enough time to fully describe the API. You can find all existing APIs in the [KVMD source tree](https://github.com/pikvm/kvmd/tree/master/kvmd/apps/kvmd/api). We would appreciate your help with documentation.