Implement Chrome Management API calls (#1350)

* Implement Chrome Management API calls

* User start/end in print chromeappdevices

* Handle a Chrome version without a version field
This commit is contained in:
Ross Scroggs
2021-04-02 11:44:58 -07:00
committed by GitHub
parent 08e1090b15
commit 8091e23e00
5 changed files with 294 additions and 0 deletions

View File

@ -297,6 +297,7 @@ API_VER_MAPPING = {
'driveactivity': 'v2',
'calendar': 'v3',
'cbcm': 'v1.1beta1',
'chromemanagement': 'v1',
'chromepolicy': 'v1',
'classroom': 'v1',
'cloudidentity': 'v1',