Skip to content

Refactor rake HTTP requests into client class

Brian Williams requested to merge bwill/refactor-rake-requests into master

Why is this change being made?

There is some code duplication in the Rakefile, and with the implementation of gitlab-org/gitlab#333577 (closed) I will be adding more HTTP requests to GitLab. I decided it was time to add a layer of abstraction here via a client class.

Edited by Brian Williams

Merge request reports