The Pronamic API is based on the WordPress.org API for plugins and themes. You can test the API’s by using one of the following tools:
https://api.pronamic.eu/plugins/info/1.0/?slug={plugin_slug}
https://api.pronamic.eu/plugins/info/1.0/?slug=twinfield
http://api.pronamic.eu/plugins/update-check/1.1/
POST http://api.pronamic.eu/plugins/update-check/1.1/
Form-data
plugins |
{"twinfield\/twinfield.php":{"Name":"Twinfield","PluginURI":"http:\/\/www.pronamic.eu\/","Version":"0.0.1"}}
|
plugins |
{"woocommerce-stock-synchronization\/stock-synchronization.php":{"Name":"WooCommerce Stock Synchronization","PluginURI":"http:\/\/www.pronamic.eu\/","Version":"0.0.1"}}
|
http://api.pronamic.eu/themes/update-check/1.1/
POST http://api.pronamic.eu/themes/update-check/1.1/
Form-data
themes |
{"emg":{"Name":"Eisma Media Groep","Title":"Eisma Media Groep","Version":"1.3","Author":"Pronamic","Author URI":"http:\/\/pronamic.eu\/","Template":"emg","Stylesheet":"emg"}}
|