From 75e007142fd112d431eeff618792a1cd19a0b60e Mon Sep 17 00:00:00 2001 From: Alvaro Torres <79110517+alvarotorrestx@users.noreply.github.com> Date: Sat, 25 May 2024 13:56:19 -0500 Subject: [PATCH] Add Server endpoints to ToC in README --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 44a30ea94..610f21f8e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ BlueWave uptime monitoring application 1. [Installation (Server)](#server) 1. [Configuration(Server)](#config-server) 1. [Endpoints](#endpoints) + - POST [/api/v1/auth/register](#post-register) + - POST [/api/v1/auth/login](#post-login) + - GET [/api/v1/monitors](#get-monitors) + - GET [/api/v1/monitor/{id}](#get-monitor-id) + - GET [/api/v1/monitors/user/{userId}](#get-monitors-user-userid) + - POST [/api/v1/monitors](#post-monitors) + - POST [/api/v1/monitors/delete/{monitorId}](#post-monitors-del-id) + - POST [/api/v1/monitors/edit/{monitorId}](#post-monitors-edit-id) --- @@ -111,7 +119,7 @@ Example: ---
-POST /api/v1/auth/register +POST /api/v1/auth/register ##### Method/Headers @@ -164,7 +172,7 @@ curl --request POST \ ---
-POST /api/v1/auth/login +POST /api/v1/auth/login ##### Method/Headers @@ -213,7 +221,7 @@ curl --request POST \ ---
-GET /api/v1/monitors +GET /api/v1/monitors ##### Method/Headers @@ -275,7 +283,7 @@ curl --request GET \ ---
-GET /api/v1/monitor/{id} +GET /api/v1/monitor/{id} ###### Method/Headers @@ -323,7 +331,7 @@ curl --request GET \ ---
-GET /api/v1/monitors/user/{userId} +GET /api/v1/monitors/user/{userId} ###### Method/Headers @@ -385,7 +393,7 @@ curl --request GET \ ---
-POST/api/v1/monitors +POST/api/v1/monitors ###### Method/Headers @@ -440,7 +448,7 @@ curl --request POST \ ---
-POST/api/v1/monitors/delete/{monitorId} +POST/api/v1/monitors/delete/{monitorId} ###### Method/Headers @@ -477,7 +485,7 @@ curl --request POST \ ---
-POST/api/v1/monitors/edit/{monitorId} +POST/api/v1/monitors/edit/{monitorId} ###### Method/Headers