aboutsummaryrefslogtreecommitdiff
path: root/src/api.http
diff options
context:
space:
mode:
authorMax Bossing <info@maxbossing.de>2025-10-17 20:58:45 +0200
committerMax Bossing <info@maxbossing.de>2025-10-17 20:58:45 +0200
commitafb93f3cb143ea1a252f022fe8dce3009035e788 (patch)
tree33209808fc5b43c5abeb42a426e6a390151e279b /src/api.http
init
Diffstat (limited to 'src/api.http')
-rw-r--r--src/api.http14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/api.http b/src/api.http
new file mode 100644
index 0000000..51556b6
--- /dev/null
+++ b/src/api.http
@@ -0,0 +1,14 @@
+### Startup ping
+GET http://127.0.0.1:3000/startup
+
+### Space open (public)
+GET http://127.0.0.1:3000/open?public=true
+
+### Space open (private)
+GET http://127.0.0.1:3000/open?public=false
+
+### Space closed (public)
+GET http://127.0.0.1:3000/close?public=true
+
+### Space closed (private)
+GET http://127.0.0.1:3000/close?public=false