-
Notifications
You must be signed in to change notification settings - Fork 5
Views
Enrico Daga edited this page Oct 26, 2018
·
3 revisions
A view can be a HTML representation of the results defined by a XSLT or a transformation of the API output by maintaining the data format. The advantage of views is to adapt the output of a Web API to applications with special needs. For instance, a view can be handy to develop snippets to be embedded in web pages with no further processing. Our definition of view is inherited from the popular Model-View-Controller (MVC) pattern.
-
Use scripts for post-processing of the result set
- for details on how to use views, see: https://github.com/the-open-university/basil/issues/34