Skip to content

Commit

Permalink
fix: delete duplicate discovery artifacts (#1391)
Browse files Browse the repository at this point in the history
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
parthea authored Jun 2, 2021
1 parent 31fbcc0 commit 3c40524
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 98,901 deletions.
596 changes: 0 additions & 596 deletions googleapiclient/discovery_cache/documents/adexchangebuyer.v12.json

This file was deleted.

1,686 changes: 0 additions & 1,686 deletions googleapiclient/discovery_cache/documents/adexchangebuyer.v13.json

This file was deleted.

3,752 changes: 0 additions & 3,752 deletions googleapiclient/discovery_cache/documents/adexchangebuyer.v14.json

This file was deleted.

453 changes: 0 additions & 453 deletions googleapiclient/discovery_cache/documents/admin.datatransferv1.json

This file was deleted.

7,720 changes: 0 additions & 7,720 deletions googleapiclient/discovery_cache/documents/admin.directoryv1.json

This file was deleted.

1,084 changes: 0 additions & 1,084 deletions googleapiclient/discovery_cache/documents/admin.reportsv1.json

This file was deleted.

Loading

0 comments on commit 3c40524

Please sign in to comment.