From a13aa188f36b2b0f644b98f4d313ae79644f4b8c Mon Sep 17 00:00:00 2001 From: Philipp Date: Tue, 24 Sep 2024 13:38:32 +0200 Subject: [PATCH] mention swagger and api --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b32bcb6..f82e7c4 100644 --- a/README.md +++ b/README.md @@ -203,9 +203,8 @@ Thus, make sure to wait for your scan to complete, before pressing another butto #### API The GUI uses a minimal "API" at the backend, which you can also use from other tooling (e.g., Home Assistant or a control panel near your printer). -To scan, simply call `http://:/scan.php?target=` -Also check out the endpoints `list.php`, `download.php`, `active.php`. -Maybe one day an OpenAPI Spec will be included. +To scan, simply call `http://:/api/scanner/scanto/` +Also check out the swagger file in the doc directory to see all available endpoints. ## Full Docker Compose Example