mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
feat(deps): update-json using discovery API
Instead of depending on the google go client API repository, I now use the original data source, namely the discovery API. fixes #5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"FrPV2U6xXFUq8eRv_PO3IoAURkc/5nv4m0pBrnwpGqw9jwk2yynQNrg\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/chZbfEJA0-TN8tTaZIdtXJErZX4\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "licensing:v1",
|
||||
"name": "licensing",
|
||||
@@ -66,6 +66,15 @@
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"oauth2": {
|
||||
"scopes": {
|
||||
"https://www.googleapis.com/auth/apps.licensing": {
|
||||
"description": "View and manage Google Apps licenses for your domain"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"schemas": {
|
||||
"LicenseAssignment": {
|
||||
"id": "LicenseAssignment",
|
||||
@@ -190,6 +199,9 @@
|
||||
"productId",
|
||||
"skuId",
|
||||
"userId"
|
||||
],
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/apps.licensing"
|
||||
]
|
||||
},
|
||||
"get": {
|
||||
@@ -224,7 +236,10 @@
|
||||
],
|
||||
"response": {
|
||||
"$ref": "LicenseAssignment"
|
||||
}
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/apps.licensing"
|
||||
]
|
||||
},
|
||||
"insert": {
|
||||
"id": "licensing.licenseAssignments.insert",
|
||||
@@ -254,7 +269,10 @@
|
||||
},
|
||||
"response": {
|
||||
"$ref": "LicenseAssignment"
|
||||
}
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/apps.licensing"
|
||||
]
|
||||
},
|
||||
"listForProduct": {
|
||||
"id": "licensing.licenseAssignments.listForProduct",
|
||||
@@ -296,7 +314,10 @@
|
||||
],
|
||||
"response": {
|
||||
"$ref": "LicenseAssignmentList"
|
||||
}
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/apps.licensing"
|
||||
]
|
||||
},
|
||||
"listForProductAndSku": {
|
||||
"id": "licensing.licenseAssignments.listForProductAndSku",
|
||||
@@ -345,7 +366,10 @@
|
||||
],
|
||||
"response": {
|
||||
"$ref": "LicenseAssignmentList"
|
||||
}
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/apps.licensing"
|
||||
]
|
||||
},
|
||||
"patch": {
|
||||
"id": "licensing.licenseAssignments.patch",
|
||||
@@ -382,7 +406,10 @@
|
||||
},
|
||||
"response": {
|
||||
"$ref": "LicenseAssignment"
|
||||
}
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/apps.licensing"
|
||||
]
|
||||
},
|
||||
"update": {
|
||||
"id": "licensing.licenseAssignments.update",
|
||||
@@ -419,7 +446,10 @@
|
||||
},
|
||||
"response": {
|
||||
"$ref": "LicenseAssignment"
|
||||
}
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/apps.licensing"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user