This repository was archived by the owner on Jan 21, 2023. It is now read-only.
This repository was archived by the owner on Jan 21, 2023. It is now read-only.
choco client API change #12
Open
Description
choco.exe no looks up packages with:
/api/v2/Packages()?$filter=(tolower(Id) = 'puppet-agent') and IsLatestVersion
instead of
/api/v2/FindPackagesById()?id='puppet-agent'
and hazel always returns the same (unrelated) package :)
I haven't found an actual list of API endpoints hazel should support in the chocolatey docs. Would that be part of NuGet's spec?
The filter "language" worries me a little to be honest..
Metadata
Metadata
Assignees
Labels
No labels