First commit of Reseller API support

This commit is contained in:
Jay Lee
2017-01-31 16:06:32 -05:00
parent 7d2e5d674a
commit 082cd9b087
2 changed files with 184 additions and 2 deletions

View File

@@ -76,7 +76,9 @@ SKUS = {
u'Google-Vault-Former-Employee': {
u'product': u'Google-Vault', u'aliases': [u'vfe']},
u'Google-Coordinate': {
u'product': u'Google-Coordinate', u'aliases': [u'coordinate']}
u'product': u'Google-Coordinate', u'aliases': [u'coordinate']},
u'Google-Chrome-Device-Management': {
u'product': u'Google-Chrome-Device-Management', u'aliases': [u'chrome', u'cdm']}
}
API_VER_MAPPING = {
@@ -94,6 +96,7 @@ API_VER_MAPPING = {
u'oauth2': u'v2',
u'plus': u'v1',
u'reports': u'reports_v1',
u'reseller': u'v1',
u'siteVerification': u'v1',
}