From ec5969b8984826627bbdbc2742272a0cc64d9941 Mon Sep 17 00:00:00 2001 From: vjrj Date: Thu, 12 Apr 2018 10:53:43 +0200 Subject: [PATCH] API doc --- API.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 API.md diff --git a/API.md b/API.md new file mode 100644 index 0000000..ed2561b --- /dev/null +++ b/API.md @@ -0,0 +1,7 @@ +Basic API: + +```bash +curl -X GET http://localhost:3000/api/v1/status/last-fire-detected +curl -X GET http://localhost:3000/api/v1/status/last-fire-check +curl -X GET http://localhost:3000/api/v1/status/active-fires-count +```