eWaterCycle / remotebmi

BMI over openapi spec
http://www.ewatercycle.org/remotebmi/
Apache License 2.0
0 stars 1 forks source link

Validate server responses on client side #33

Open BSchilperoort opened 1 week ago

BSchilperoort commented 1 week ago

Currently responses from the server are not validated and just passed on to the user. It would be better if these responses were validated, e.g. with pydantic.

See https://github.com/eWaterCycle/remotebmi/pull/27#discussion_r1839835272