saucelabs / node-saucelabs

A wrapper around Sauce Labs API
Apache License 2.0
93 stars 44 forks source link

Deprecated Tunnels REST API version is used #119

Closed waggledans closed 3 years ago

waggledans commented 3 years ago

Current behavior

The tool uses v1.1 tunnels REST API endpoint /available_tunnels to get all the tunnels for the user and their org. The endpoint is a part of API version that Sauce Labs is planning to deprecate in the future.

Desired behavior

Should use v1 tunnels REST API endpoint /tunnels?all=true&full=true to get all the tunnels for the user and their org. The endpoint is a part of the supported API version.

waggledans commented 3 years ago

see also #70