2017 © Pedro Peláez
 

elgg-plugin community_web_services

Provides web services for use on the Elgg community site.

image

elgg/community_web_services

Provides web services for use on the Elgg community site.

  • Wednesday, September 23, 2015
  • by brettp
  • Repository
  • 9 Watchers
  • 4 Stars
  • 257 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 1 Versions
  • 2 % Grown

The README.md

Web services for the Elgg community site, (*1)

Elgg version check

This web service supports Elgg sites checking if there is a newer version available for download at elgg.org., (*2)

Name

elgg.update.check, (*3)

Parameters

  • version: The Elgg version string

Response

The version string for the newest release in that series, (*4)

Community plugins update check

Check if there are newer versions of an Elgg site's plugins available on the Elgg community site., (*5)

Name

plugins.update.check, (*6)

Parameters

  • plugins: An array of plugin id strings. The plugin id string is the md5 hash of the plugin directory name, plugin version, and the plugin author name.
  • version: Elgg version string

Response

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>,
  }
]

The Versions

23/09 2015

dev-master

9999999-dev https://github.com/Elgg/community_web_services

Provides web services for use on the Elgg community site.

  Sources   Download

GPL-2.0

The Requires

 

plugin elgg