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/)