Skip to content

Add Release API Endpoints for Groups

Overview

Often users want to fetch all of the Releases from all subsequent projects at a specific group, but we only have project-level API today. We should add group-level API as well.

This endpoint can also be used for the endpoint refactoring in the future.

Implementation plan

Example usage

Current endpoint: https://gitlab.com/groups/gitlab-org/-/releases.json

Screen_Shot_2021-11-15_at_3.07.37_PM

Release notes

We have added a new endpoint for the Groups API that allows releases to be retrieved for all projects within a group.

Edited by Shinya Maeda