Moodle Plugins directory: REST protocol (with JSON/XML payload support): Versions: 0.4 for Moodle 2.9+ | Moodle.org
REST protocol (with JSON/XML payload support)
Web service protocols ::: webservice_restjson
Maintained by
Owen Barritt
REST webservice protocol based on the standard core REST webservice, but with added support for JSON & XML payloads
and supports using HTTP ACCEPTS headers for determining response format.
REST protocol (with JSON/XML payload support) 0.4 for Moodle 2.9+
Moodle 2.9
Released: Friday, 19 February 2016, 6:26 PM
moodle-webservice_restjson
REST webservice protocol based on the standard core REST webservice, but with added support for JSON & XML payloads and supports using HTTP ACCEPTS headers for determining response format.
Installation
Simply place the filter files in ./webservice/restjson
Setup
Should be enabled and setup in the standard way for webservices. See https://docs.moodle.org/29/en/Using_web_services for details.
Version information
- Version build number
- 2016021900
- Version release name
- 0.4 for Moodle 2.9+
- Maturity
- Unknown
- MD5 Sum
- 6f6609e83a075a3f3c44c9a090ad6b55
- Supported software
- Moodle 2.9
- Latest release for Moodle 2.9
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Web service protocols
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myprotocol") in the "webservice" subdirectory.
- Visit http://yoursite.com/admin to finish the installation