Windham-High-School / CubeServer-api-python

The Python/Circuitpython version of the data API wrapper for a high-school STEM competition
MIT License
1 stars 0 forks source link

Make posting datapoints better #30

Open snorklerjoe opened 1 year ago

snorklerjoe commented 1 year ago

Avoid wrapper class e.g. post(Text(my_str)) -> post(my_str) post(Temperature(temp)) -> post_temp(temp)