issues
search
My-Solar-Garden
/
rails_backend
Application that allows users to maximize their garden’s efficiency and carbon sequestration. Users can track the health of their gardens through light, temperature, and moisture sensors connected to RaspberryPis.
1
stars
1
forks
source link
CRUD Endpoint - Sensor
#27
Closed
hashmaster3k
closed
4 years ago
hashmaster3k
commented
4 years ago
Creates ReSTful CRUD endpoints for Sensor.
[x] GET 'api/v1/sensors' for all sensors
[x] GET 'api/v1/sensors/:id' for single sensor
[x] POST api/v1/sensors' to create sensor
[x] PATCH api/v1/sensors/:id' to update sensor
[x] DELETE api/v1/sensors/:id' to destroy sensor
Creates ReSTful CRUD endpoints for Sensor.