Package nzilbb.labbcat.server.api.dashboard
/api/dashboard/… : API endpoints related to dashboard items.
These are generally single statistics about the corpus that are displayed on the home page or the 'statistics' page, which are individually configurable. However items can also be links, or the output of a command.
(These class implementations are decoupled from any HTTP request/response object model. HTTP transaction details are currently implemented by JSP files in src/main/jsp/layers/)
-
Class Summary Class Description Express /api/dashboard/express : Access to dashboard items.Item /api/dashboard/item/item_id : The value of one dashboard item.Statistics /api/dashboard/statistics : Access to dashboard items.