rzander / ruckzuck

software package manager for windows
https://ruckzuck.tools
Microsoft Public License
221 stars 20 forks source link

API key request #192

Closed grantemsley closed 2 years ago

grantemsley commented 2 years ago

I've been using the ruckzuck API in a little script I wrote to find updates for applications on my MDT server. How would I go about getting an API key?

Thanks!

rzander commented 2 years ago

Send me an email to roger at zander.ch...

rzander commented 2 years ago

Why do you need "GetSoftware" to detect updates.. All the Information you need should be in "GetCatalog" (Manufacturer, Name, Version) ? "GetSoftware" is only needed if you want to install/download a package...

grantemsley commented 2 years ago

I'll send you an email to discuss further.

I'm trying to kind of emulate the way your ConfigMgr plugin works - downloading the install files to the MDT server and writing a script to install them. So that's where the need for the GetSoftware part comes from.