The purpose of this GUI demo is to show how you can add a custom JS library and do some REST queries via JavaScript. More info about the REST API can be found in the REST admin section
The demo also shows how to integrate a JS library to implement custom UI widgets. In this case a simple jQuery plugin
has been integrated: http://listjs.com. We use a public CDN for loading of the library. See the GuiDemoRESTController
class to see how simple it is.
REST API status: activated
## DOM container for example 1)
Path: $r.relLink("restapi/api/copyright")
loading...## DOM container for example 2)
Path: $r.relLink("restapi/groups/")
Path: $r.relLink("restapi/courses/")
This demo only works when the REST module is enabled!
The configuration change changed in the REST admin section