This commit is contained in:
vjrj 2018-04-12 10:53:43 +02:00
parent 8dc1ec63f2
commit ec5969b898

7
API.md Normal file
View file

@ -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
```