feat: Automated regeneration of youtube v3 client

This commit is contained in:
Yoshi Automation Bot 2020-10-20 09:17:38 -07:00 committed by GitHub
parent 9e9034bd0d
commit 4dd51a6579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ module Google
# @see https://developers.google.com/youtube/
module YoutubeV3
VERSION = 'V3'
REVISION = '20201013'
REVISION = '20201017'
# Manage your YouTube account
AUTH_YOUTUBE = 'https://www.googleapis.com/auth/youtube'

View File

@ -44,8 +44,8 @@ module Google
attr_accessor :quota_user
def initialize
super('https://youtube.googleapis.com/', '')
@batch_path = 'batch'
super('https://www.googleapis.com/', '')
@batch_path = 'batch/youtube/v3'
end
# Inserts a new resource into this collection.

View File

@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4"
}
}
]