• Resolved henningsprang

    (@henningsprang)


    Hi,

    In an environment where we have built RPM packages for the themes and plugins we need, now we want to automate the update process so we don’t need to go into the webinterface or manually download an unzip new versions to update our plugins.

    Therefore we need – independently of wordpress core code – to get update information. I dug as deep into the code now to see that the script wp-includes/update.php does a call to

    http://api.wordpress.org/plugins/update-check/1.0/

    to get this information. But it’s a bit cryptical to me to see the exact format of such a call – expecting I could call some URL with parameters like plugin name and version and get information about a new version being available or not, in the best case with the url to the new version.

    Is there any documentation about the format of data the api site accepts as input and will return?

    Thanks,
    Henning

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Using api.wordpress.org for update check’ is closed to new replies.