Get rid of code that uses GitHubClient.api_get

Review Request #12123 — Created March 8, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

The old api_get method inside GitHubClient has been deprecated for a
while, but we still had a couple places that were using it. This change
changes those to use the base http_get method and removes the
deprecated methods.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Get rid of code that uses GitHubClient.api_get
The old `api_get` method inside `GitHubClient` has been deprecated for a while, but we still had a couple places that were using it. This change changes those to use the base `http_get` method and removes the deprecated methods. Testing Done: Ran unit tests.
d49d8146c79a6bb946c3d41f0d9c5765aa1999e1 David Trowbridge
reviewboard/hostingsvcs/github.py
reviewboard/hostingsvcs/tests/test_github.py
Loading...