cosmicpi-rpi_V1.5/rest/README.md

15 lines
378 B
Markdown
Raw Normal View History

2018-03-24 00:34:41 +00:00
# CosmicPi REST API
## Development
Make sure that CosmicPi UI service does not run (`sudo systemctl stop CosmicPi-UI`),
2018-03-24 10:08:49 +00:00
navigate to `/rest` and run:
2018-03-24 00:34:41 +00:00
```
FLASK_DEBUG=1 FLASK_APP=${PWD}/app.py python -m flask run --host=0.0.0.0
```
## API
2018-03-24 10:08:49 +00:00
- GET `/histogram.png?from=0&to=1521059693&bin_size=1`
2018-03-24 00:34:41 +00:00
- GET `/wifi`
- PUT `/wifi?ssid=CosmicPi&pass=12345678`
2018-03-24 10:08:49 +00:00
- GET `/series?format=csv`