feat: Automated regeneration of youtube v3 client
This commit is contained in:
parent
9e9034bd0d
commit
4dd51a6579
|
@ -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'
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
||||
"sha": "9dbe47b50cf9821abd0b99045aefd29e469d2ca4"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue