
|
If you were logged in you would be able to see more operations.
|
|
|
Moodle
MDL-12886
Created: 06/Oct/08 11:06 PM
Updated: 06/Nov/08 07:29 PM
|
|
| Component/s: |
Administration
|
| Affects Version/s: |
1.9.2,
2.0
|
| Fix Version/s: |
None
|
|
|
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..
|
|
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.. |
Show » |
|
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.