dev-master
9999999-dev https://github.com/Elgg/community_web_servicesProvides web services for use on the Elgg community site.
GPL-2.0
The Requires
plugin elgg
Wallogit.com
2017 © Pedro Peláez
Provides web services for use on the Elgg community site.
Web services for the Elgg community site, (*1)
This web service supports Elgg sites checking if there is a newer version available for download at elgg.org., (*2)
elgg.update.check, (*3)
The version string for the newest release in that series, (*4)
Check if there are newer versions of an Elgg site's plugins available on the Elgg community site., (*5)
plugins.update.check, (*6)
Array of new plugin versions available for download:, (*7)
[
{
"plugin_id": <plugin 1 id>,
"plugin_name": <plugin 1 name>,
"plugin_version": <plugin 1 verson string>,
"plugin_url": <plugin 1 homepage>,
"download_url": <plugin 1 url>,
},
{
"plugin_id": <plugin 2 id>,
"plugin_name": <plugin 2 name>,
"plugin_version": <plugin 2 version string>,
"plugin_url": <plugin 2 homepage>,
"download_url": <plugin 2 url>,
}
]
Provides web services for use on the Elgg community site.
GPL-2.0
plugin elgg