WP Updater API

Provide information about available updates for WordPress Core as well as
plugins via XML-RPC.

Author:Philipp Fehre (profile at wordpress.org)
WordPress version required:3.5.0
WordPress version tested:3.5.1
Plugin version:1.1
Added to WordPress repository:27-05-2013
Last updated:27-05-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/sideshowcoder/wp-updater-a...
Total downloads:553
plugin download
Click to start download

All methods expect an generated API key as parameter, see usage for more information

method                     result
getCoreVersion             'version' => $wp_version
getCoreUpdatesAvailable    'installed': version, 'current': version
getPluginUpdatesAvailable  [{'plugin': name, 'installed': version, 'current': version}]