I am writing a powershell script to download and update plugins. Right now I am hitting the plugin.json page, with a delay between each plugin check to prevent flooding, in order to check the version number and compare to existing downloaded .cs to find out if there has been an update.
I would like to be reduce the number of times the updater hits the webserver, be able to check for new plugins that aren't downloaded. Is there a way to list all the plugins available and their versions? Maybe something like? umod.org/plugins/rust.json (that would list all the plugins and versions)
Many Thanks