Skip to content

Commit 3c40524

Browse files
authored
fix: delete duplicate discovery artifacts (#1391)
This PR removes duplicated discovery artifacts which are no longer being updated. I also created symbolic links for the following documents: `admin.datatransferv1.json` -> `admin.datatransfer_v1.json` `admin.directoryv1.json` -> `admin.directory_v1.json` `admin.reportsv1.json` -> `admin.reports_v1.json` I used the following code to test that the link is working correctly, for `admin.datatransferv1.json` as an example. ``` from googleapiclient.discovery import build ad = build('admin', 'datatransferv1') print('Built {}.{}'.format(ad._resourceDesc['name'], ad._resourceDesc['version'])) ``` Fixes #1330 🦕
1 parent 31fbcc0 commit 3c40524

13 files changed

+3
-98901
lines changed

googleapiclient/discovery_cache/documents/adexchangebuyer.v12.json

Lines changed: 0 additions & 596 deletions
This file was deleted.

googleapiclient/discovery_cache/documents/adexchangebuyer.v13.json

Lines changed: 0 additions & 1686 deletions
This file was deleted.

googleapiclient/discovery_cache/documents/adexchangebuyer.v14.json

Lines changed: 0 additions & 3752 deletions
This file was deleted.

googleapiclient/discovery_cache/documents/admin.datatransferv1.json

Lines changed: 0 additions & 453 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
admin.datatransfer_v1.json

googleapiclient/discovery_cache/documents/admin.directoryv1.json

Lines changed: 0 additions & 7720 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
admin.directory_v1.json

googleapiclient/discovery_cache/documents/admin.reportsv1.json

Lines changed: 0 additions & 1084 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
admin.reports_v1.json

0 commit comments

Comments
 (0)