-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Hufschmidt edited this page May 5, 2015
·
2 revisions
The ILIAS REST Plugin provides a thin layer on top of ILIAS that enables Representational-State-Transfer (REST). The plugin itself is extensible which enables flexible REST API designs.
The ILIAS REST Plugin is based on multiple components. The fundamental building block is of course ILIAS itself. On top of this the first layer of the REST Plugin is located, which includes the SLIM framework and common libraries (eg. OAuth2 tokens, common ILIAS interfaces, etc.). At the second level, the so called “API” layer, the definitions of REST end points can be found. This layer consists of core endpoints such as OAuth2, REST-Client Management and extension endpoints.