We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04662a7 commit 38549eeCopy full SHA for 38549ee
lib/yt/actions/get.rb
@@ -24,7 +24,7 @@ def get_params
24
params[:method] = :get
25
params[:host] = 'www.googleapis.com'
26
params[:auth] = @auth
27
- params[:exptected_response] = Net::HTTPOK
+ params[:expected_response] = Net::HTTPOK
28
params[:api_key] = Yt.configuration.api_key if Yt.configuration.api_key
29
end
30
lib/yt/actions/list.rb
@@ -117,7 +117,7 @@ def list_params
117
118
119
params[:path] = path
120
121
122
123
0 commit comments