Skip to content
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
Open
@octomike

Description

@octomike

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions