Skip to content

PowerShellGet should move off of the nuget APIs #746

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SydneyhSmith opened this issue Aug 8, 2022 · 4 comments · Fixed by #1023
Closed

PowerShellGet should move off of the nuget APIs #746

SydneyhSmith opened this issue Aug 8, 2022 · 4 comments · Fixed by #1023

Comments

@SydneyhSmith
Copy link
Collaborator

Summary of the new feature / enhancement

We hit a number of issues because of our reliance on the nuget APIs, instead we should make our own calls directly

Proposed technical implementation details (optional)

No response

@et1975
Copy link

et1975 commented Nov 25, 2022

This seems like pretty massive change and I see not discussion or details about it. Is there something we can look at to understand what's happening?
Are we talking about only the client code or the WebAPI/protocol of the feed?

@anamnavi
Copy link
Member

@et1975 this is still a work in progress, but you can see the changes on this branch in our repo: https://github.com/PowerShell/PowerShellGet/tree/interface.

The changes are for the client side NuGet APIs, and will not affect the WebAPI/protocol of the feed or the server side APIs.

@alerickson
Copy link
Member

Adding issue #755 which will be resolved by moving off the NuGet APIs.

@alerickson
Copy link
Member

Adding issue #754 which will be resolved by moving off NuGet APIs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment