|
|
|
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 » |
made changes - 13/Oct/08 08:04 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
made changes - 24/Oct/08 01:43 AM
|
Assignee
|
David Castro
[ dcastro
]
|
Tusefomal
[ tusefomal
]
|
made changes - 24/Oct/08 01:49 AM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
In Progress
[ 3
]
|
Resolved
[ 5
]
|
made changes - 06/Nov/08 07:29 PM
|
Resolution
|
Fixed
[ 1
]
|
|
|
Status
|
Resolved
[ 5
]
|
Reopened
[ 4
]
|
made changes - 03/Feb/09 04:25 PM
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Not a bug
[ 7
]
|
made changes - 03/Feb/09 04:25 PM
|
Issue Type
|
Sub-task
[ 5
]
|
Bug
[ 1
]
|
|
Parent
|
MDL-12886
[ 24224
]
|
|
|
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.