Resolve Nuget registry URL by path
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Proposal
Similar to other package registries like Pypi it would be useful if the Nuget registry URL could also be used with an url-encoded path in addition to the project ID:
- Works with Pypi:
https://gitlab.example.com/api/v4/projects/1337/packages/pypi - Works with Pypi:
https://gitlab.example.com/api/v4/projects/group%2Fproject/packages/pypi - Works with Nuget:
https://gitlab.example.com/api/v4/projects/1337/packages/nuget/index.json - NOT working with Nuget:
https://gitlab.example.com/api/v4/projects/group%2Fproject/packages/nuget/index.json
Edited by 🤖 GitLab Bot 🤖