Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not a bug
-
Affects Version/s: 1.9.2, 2.0
-
Fix Version/s: None
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
This REST Webservices will serve as testing purposes, before the full 3 layered architecture is on place. So no security is regarded, nor authentication etc..
Issue Links
| This issue is a clone of: | ||||
| MDL-16805 | Create REST test application for this API |
|
|
|
There's a test client in the CVS:
http://cvs.moodle.org/contrib/patches/dfws/client/clientrest/
It work just copying directory into public apache dir, edit the "config_rest.php" and set $CFG->serveurl to you moodle webservice rest connector url.
For example, if you moodle url is:
http://localhost/moodle
the $CFG->serverurl must be:
$CFG->serverurl = 'http://localhost/moodle/webservice/inout/rest/inout.php';
That's all!
For daredevils only!
We will keep this example updated to test every API functionality.