Warn when GAM is calling a deprecated API
Open
enhancement
- Dominant language
- Python
- Stars
- 4.3k
- Forks
- 537
- Avg merge
- 2h 34m
- Merged PRs (30d)
- 9
Description
Google's Discovery -based apis flag when a given API endpoint is deprecated and will likely stop working in the future. For example see:
https://github.com/jay0lee/google-api-tracker/blob/master/admin-directory_v1.json#L308
When it's calling an API that's been deprecated GAM should:
- warn the user with a message on STDERR
- instruct them to upgrade GAM versions (since we've likely moved to the new API in latest GAM)
- still allow the old API call.
@taers232c fyi
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.