Get rid of code that uses GitHubClient.api_get

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

david
Review Board
release-5.0.x
reviewboard

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.

Summary
Get rid of code that uses GitHubClient.api_get
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (bdeba57)
Loading...