Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
API method for adding new packages to a feed from another feed
-
Hi, I would like to be able to automate the moving of my packages around my feeds. First prize would be a move functionality, however I am already able to delete from a feed, so the ability to add a package would solve my problems. I would like to be able to call this WebMethod (http://MyProgetSite/packages/add-package/pull).
-
The only access to add packages via an API is through the NuGet API itself. If you'd like to move packages, you can simply move them from one feed's storage on disk to the other.