From 747c6830a21ee1d9da5ab09e10d691c6a88e05e9 Mon Sep 17 00:00:00 2001 From: 5HT Date: Mon, 5 Feb 2024 22:09:02 +0200 Subject: [PATCH] list.sh --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3dfc1a4..9b3bd2f 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,23 @@ multiple Subscription callback per Account. Similar produts: Sematext, Hyperping, Cronitor, Atlassian Statuspage, Better Uptime, Instatus, Freshstatus, Statuspal, Cachet, Vigil, StatusCast, Statping. +Public Endpoints (Announce): + ```elixir get "/" +``` + +Security Admin Endpoints: + +```elixir + get "/accounts" + get "/accounts/:id" + put "/accounts/" +``` + +Account Auth Endpoints: + +```elixir get "/incidents" get "/incidents/:id" put "/incidents/:id" @@ -30,9 +45,6 @@ Better Uptime, Instatus, Freshstatus, Statuspal, Cachet, Vigil, StatusCast, Stat get "/subscriptions" get "/subscriptions/:id" put "/subscriptions/:id" - get "/accounts" - get "/accounts/:id" - put "/accounts/" ``` ## Features