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.
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.