|
|
|
Issue Links:
|
Cloners
|
|
|
|
This issue has a clone:
|
|
MDL-16806
Create test-run REST Webservices to wrap the basic functionalities coded.
|
|
|
|
|
|
|
|
The idea is that this set of functionalities need to be accompanied of a test run application. This simpletest application will be usefull for testing purposes and as sample documentation for developers that whish to use them.
|
|
Description
|
The idea is that this set of functionalities need to be accompanied of a test run application. This simpletest application will be usefull for testing purposes and as sample documentation for developers that whish to use them. |
Show » |
made changes - 08/Oct/08 10:33 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
made changes - 24/Oct/08 01:44 AM
|
Assignee
|
David Castro
[ dcastro
]
|
Tusefomal
[ tusefomal
]
|
made changes - 24/Oct/08 01:47 AM
|
Status
|
In Progress
[ 3
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 06/Nov/08 07:29 PM
|
Resolution
|
Fixed
[ 1
]
|
|
|
Status
|
Resolved
[ 5
]
|
Reopened
[ 4
]
|
made changes - 03/Feb/09 04:24 PM
|
Summary
|
Create a testing application for this API
|
Create REST test application for this API
|
made changes - 11/Nov/09 10:41 AM
|
Status
|
Reopened
[ 4
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
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.