Dan Slov

Results 4 comments of Dan Slov

not sure who owns this endpoint.

yeah, would be nice to have this. My application could also use `stale-if-error` to improve reliability

Currently, the following is available in [python/saucebindings/configs.py](https://github.com/saucelabs/sauce_bindings/blob/main/python/saucebindings/configs.py#L9-L10): ``` 'tunnel_identifier': 'tunnelIdentifier', 'parent_tunnel': 'parentTunnel' ``` it could be replaced with: ``` 'tunnel_name': 'tunnelName', 'tunnel_owner: 'tunnelOwner' ``` `tunnel_owner` is equivalent to `parent_tunnel` and...

Nothing changed in the requirements. Let's hold off though, I agree with your point about establishing a specification for the ports to be forwarded and verifying their functionality, rather than...