File "api/dashboard_api.pl"[download]
in pack: | annotation_dashboard |
---|---|
Prolog module: | dashboard_api |
size: | 574 |
Recent changes
10 years ago | Jacco van Ossenbruggen | minor on representative images and image order |
11 years ago | Jacco van Ossenbruggen | ADDED: filter param to /api/annotate/dashboard ... |
11 years ago | Jacco van Ossenbruggen | refactoring to prepare for json api |
This file requires
- From packages
- dashboard_util.pl: find_task_properties/4
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/http_dispatch) resolved by
Required predicates
- find_task_properties/4 from dashboard_util.pl
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- reply_json/1 from library(http/http_json)