We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lastMeasurementAt
The docs should represent the data to be expected from the API.
There are boxes which have no measurements. E.g. boxId: 5c68119ca100840019d8d3c8 https://api.opensensemap.org/boxes/5c68119ca100840019d8d3c8
5c68119ca100840019d8d3c8
Those boxes have no lastMeasurementAt. The docs say, this property is not optional: https://docs.opensensemap.org/#api-Boxes-getBox
But it is optional. Not all boxes have the property set
Try to bind https://api.opensensemap.org/boxes/5c68119ca100840019d8d3c8 to a model which has lastMeasurementAt as not nullable required field.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
The docs should represent the data to be expected from the API.
Current Behavior
There are boxes which have no measurements.
E.g. boxId:
5c68119ca100840019d8d3c8
https://api.opensensemap.org/boxes/5c68119ca100840019d8d3c8
Those boxes have no
lastMeasurementAt
.The docs say, this property is not optional:
https://docs.opensensemap.org/#api-Boxes-getBox
But it is optional. Not all boxes have the property set
Possible Solution
Steps to Reproduce (for bugs)
Try to bind https://api.opensensemap.org/boxes/5c68119ca100840019d8d3c8 to a model which has
lastMeasurementAt
as not nullable required field.The text was updated successfully, but these errors were encountered: