todos-contra-el-fuego-web/API.md
2018-04-12 10:53:43 +02:00

7 lines
222 B
Markdown

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