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..
choco.exe no looks up packages with:
instead of
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..