Version: 0.1.0
Cette documentation a été générée automatiquement à partir de la spécification OpenAPI.
| Catégorie | Méthode | Requête HTTP | Description |
|---|---|---|---|
| Prototypes | Prototypes | GET /prototypes |
Prototypes |
| Prototypes | Post Prototype | POST /prototypes |
Post Prototype |
| Prototypes | Prototype | GET /prototypes/{prototype_id} |
Prototype |
| Sensors | Post Sensor | POST /sensors/ |
Post Sensor |
| Sensors | Sensors | GET /sensors/{prototype_id} |
Sensors |
| Sensors | Update Sensors | PATCH /sensors |
Update Sensors |
| Measurements | Post Measurement | POST /measurements |
Post Measurement |
| Measurements | Export All Sensors To Csv | GET /measurements/export |
Export All Sensors To Csv |
| Measurements | Get Measurement | GET /measurements/{sensor_id} |
Get Measurement |
| Measurements | Get Last Measurement | GET /measurements/{sensor_id}/last |
Get Last Measurement |
| Measurements | Post Random Measurements | POST /Measurement/Random |
Post Random Measurements |
| Actuators | Post Actuator | POST /actuators |
Post Actuator |
| Actuators | Update Actuators | PATCH /actuators |
Update Actuators |
| Actuators | Get Actuator State | GET /actuators/{actuator_id}/state |
Get Actuator State |
| Actuators | Update Actuator Last Activated | PATCH /actuators/{actuator_id}/last_activated |
Update Actuator Last Activated |
| Actuators | Actuator | GET /actuators/{prototype_id} |
Actuator |
| default | Picture | GET /picture |
Picture |
| default | Login For Access Token | POST /token |
Login For Access Token |
| default | Create User Access Token | POST /users/new/ |
Create User Access Token |
| default | User Log Out | POST /users/logout/ |
User Log Out |
| default | Read Items | GET /users/items/ |
Read Items |
| Docs | OpenAPI JSON | GET /docs/openapi.json |
OpenAPI JSON |