Skip to content

feat: implement GitLab client logic and add client test

ramu-nukavarapu requested to merge client-setup into test-dev
  • Implemented core GitLab client in client.py to support base API requests
  • Added reusable get, post, put, and delete methods for endpoint communication
  • Created unit tests in tests/test_client.py and tests/test_users.pyto verify client behavior
  • Introduced error handling and dynamic endpoint construction
  • Set foundation for extending the client with additional GitLab modules

Merge request reports

Loading