Get rid of code that uses GitHubClient.api_get
Review Request #12123 — Created March 8, 2022 and submitted — Latest diff uploaded
The old
api_getmethod insideGitHubClienthas been deprecated for a
while, but we still had a couple places that were using it. This change
changes those to use the basehttp_getmethod and removes the
deprecated methods.
Ran unit tests.