Skip to content

CE-1821: Create endpoint to list example projects

A new endpoint has been introduced:

[GET]/api/v1/git_helper/example_projects

The example projects can be found under the following Gitlab group: https://gitlab.esss.lu.se/ccce/dev/iocs/ioc-templating/examples the group ID is: 9482

The group ID of the example projects is stored in the configuration file. So it necessary to extend your .env file locally with the necessary configuration to test the feature. Eg. with: GITLAB_ALLOWED_EXAMPLE_GROUP_ID=9482

Merge request reports