Skip to content

Commit

Permalink
list.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Feb 5, 2024
1 parent 160c5fe commit 747c683
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 747c683

Please sign in to comment.