eWaterCycle / remotebmi

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

Python client: unsupported protocol error if http:// or https:// is missing #18

Closed BSchilperoort closed 2 weeks ago

BSchilperoort commented 2 weeks ago

The Python client will throw an unsupported protocol error if http:// or https:// is missing, but not upon initialization of the RemoteBmiClient class. Only once you call a method on the instantiated class.

To be more user friendly it would be better if this is validated during the class initialization.