The sensors.AFRICA API receiving, storing, and processing data received from sensors across the continentent. Accessible at https://api.sensors.africa/
/v2/nodes seem to return data from both private and public sensors. This PR restricts the endpoint to returning public data only. Private data can still be return via /v1/node when authentication is provided.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
Screenshots
N/A
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
Description
/v2/nodes
seem to return data from both private and public sensors. This PR restricts the endpoint to returning public data only. Private data can still be return via/v1/node
when authentication is provided.Type of change
Screenshots
N/A
Checklist: