Skip to content

refactor: Move DefaultApiClient out of GitLabService

Paul Slaughter requested to merge ps-refactor-api-client-from-gitlab-service into main

Description

This MR refactors common/.../api_client.ts out of desktop/.../gitlab_service.ts. This is helpful because the Web IDE will soon get rid of mediator requests.

Related Issues

#1253 (closed)

How has this been tested?

  • No actual changes expected.
  • Shouldn't effect browser/ build.
  • Smoke tested by running the Run Extension task, looking at logs while opening web views and MR's.

Screenshots (if appropriate)

Screenshot_2024-02-21_at_1.35.06_AM

Edited by Paul Slaughter

Merge request reports