cosmicpi-rpi_V1.5/cosmicpi/rest/README.md

14 lines
237 B
Markdown
Raw Normal View History

2018-03-24 00:34:41 +00:00
# CosmicPi REST API
## Development
2018-03-24 23:27:19 +00:00
Navigate to `/` and run:
2018-03-24 00:34:41 +00:00
```
2018-03-24 23:27:19 +00:00
PYTHONPATH=. ./bin/ui
2018-03-24 00:34:41 +00:00
```
## 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`