Implement Chrome version history (#1354)

* Implement Chrome version history

* Update GamCommands.txt

* Use httpObj
This commit is contained in:
Ross Scroggs
2021-04-06 11:08:27 -07:00
committed by GitHub
parent b262c4a898
commit 1b1a0c876c
7 changed files with 716 additions and 21 deletions

View File

@ -324,6 +324,7 @@ API_VER_MAPPING = {
'siteVerification': 'v1',
'storage': 'v1',
'vault': 'v1',
'versionhistory': 'v1',
}
USERINFO_EMAIL_SCOPE = 'https://www.googleapis.com/auth/userinfo.email'