If you plan to use the NuGet API, it's best to familiarize yourself with how it works. We do not document this API nor provide examples, we simply implement Microsoft's API. Here area few links that may be helpful:
- https://learn.microsoft.com/en-us/nuget/api/overview
- https://learn.microsoft.com/en-us/nuget/api/package-publish-resource
When Basic authentication is required, you can use api/{your-key} for username/password. You can learn more about API keys in ProGet here:
As an alternative, you may find ProGet's Common Package API to be easier to use; we also document it and have several examples:
Best,
Alana


