-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 🦕
- Loading branch information
Showing
13 changed files
with
3 additions
and
98,901 deletions.
There are no files selected for viewing
596 changes: 0 additions & 596 deletions
596
googleapiclient/discovery_cache/documents/adexchangebuyer.v12.json
This file was deleted.
Oops, something went wrong.
1,686 changes: 0 additions & 1,686 deletions
1,686
googleapiclient/discovery_cache/documents/adexchangebuyer.v13.json
This file was deleted.
Oops, something went wrong.
3,752 changes: 0 additions & 3,752 deletions
3,752
googleapiclient/discovery_cache/documents/adexchangebuyer.v14.json
This file was deleted.
Oops, something went wrong.
453 changes: 0 additions & 453 deletions
453
googleapiclient/discovery_cache/documents/admin.datatransferv1.json
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
googleapiclient/discovery_cache/documents/admin.datatransferv1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
admin.datatransfer_v1.json |
7,720 changes: 0 additions & 7,720 deletions
7,720
googleapiclient/discovery_cache/documents/admin.directoryv1.json
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
googleapiclient/discovery_cache/documents/admin.directoryv1.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
admin.directory_v1.json |
1,084 changes: 0 additions & 1,084 deletions
1,084
googleapiclient/discovery_cache/documents/admin.reportsv1.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
admin.reports_v1.json |
Oops, something went wrong.