8000 default api version will be 2 because of docs · browserstack/ruby-browserstack@6dc962f · GitHub
[go: up one dir, main page]

Skip to content

Commit 6dc962f

Browse files
committed
default api version will be 2 because of docs
1 parent df9e1ad 
8000
commit 6dc962f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserstack/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def initialize(params)
1616
@authentication = "Basic " + Base64.encode64("#{params[:username]}:#{params[:password]}").strip
1717

1818
validate_version(version) if version = params[:api_version] || params[:version]
19-
@version = version || 3
19+
@version = version || 2
2020
end
2121

2222
def get_browsers(os = nil)

0 commit comments

Comments
 (0)
0