Skip to content

Draft: Code Refactor Using Request Handlers - 8

This code involves refactoring service files in the GitLab API client library. The changes are done to make use of the new generic helper functions (DoRequestReturnObject, DoRequestReturnSlice, and DoRequestReturnVoid) that handle the common pattern of making HTTP requests and processing responses.

The refactoring affects 5 service files. This refactoring makes the codebase much more maintainable while preserving all existing functionality - it's purely an internal improvement that doesn't change how developers use the API

#2166

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading