After updating the openaq-go library to use the /v3/sensors/{sensors_id}/measurements instead of /v3/locations/{locations_id}/measurements, we should update the CLI to both use thes new functions. I envision the new sensor measurement calls being something like :
After updating the openaq-go library to use the /v3/sensors/{sensors_id}/measurements instead of /v3/locations/{locations_id}/measurements, we should update the CLI to both use thes new functions. I envision the new sensor measurement calls being something like :
See the upstream openaq-go issue here https://github.com/openaq/openaq-go/issues/3
We will want a higher level command that allows location based meaulevel but I'm not sure what the command would look like...
Feels a little awkward open to ideas.