Date: 2025-01-03 16:31:56
Score: 3
Natty:
You can get a list of feeds using the Azure DevOps REST API. The following will list everything you need to know for a specific project's feeds. Omit the {{project}} level to get the organization level feeds.
GET https://feeds.dev.azure.com/{{organization}}/{{project}}/_apis/packaging/feeds?includeDeletedUpstreams=false&api-version=7.1
Reasons:
- Probably link only (1):
- Low length (0.5):
- No code block (0.5):
- Low reputation (1):
Posted by: Darryl Martin