From d4eb68e9c9e520e17f09c679d9b69a7f22a2ca83 Mon Sep 17 00:00:00 2001 From: Robert Butora <robert.butora@inaf.it> Date: Sat, 1 Mar 2025 15:50:51 +0100 Subject: [PATCH] README: updates section on mcutout endpoint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c4ce49..b2eb082 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ curl --get http://localhost:8004/vlkb/datasets/availability - **availability** is a [VOSI](https://ivoa.net/documents/VOSI/20170524/REC-VOSI-1.1.html) end-point and returns information whether the service is active - **capabilities** is a [VOSI](https://ivoa.net/documents/VOSI/20170524/REC-VOSI-1.1.html) end-point which describes service' functions and paramters - **sync** synchronous end-point provides [SODA](https://ivoa.net/documents/SODA/20170517/index.html) service -- **async/uws** (optional) a non-standard asynchronous [UWS](https://ivoa.net/documents/UWS/20161024/REC-UWS-1.1-20161024.html#ApplicationsOfUWS) end-point which allows several cuts to be specified in one request by specific [Job Description Language](JDL.md). All cuts are returned compressed in one tar.gz file +- **async/uws** (optional) asynchronous endpoint [UWS](https://ivoa.net/documents/UWS/20161024/REC-UWS-1.1-20161024.html#ApplicationsOfUWS) which provides *mcutout*: a non-standard service which allows several cuts to be specified in one request by a [Job Description Language](JDL.md). All cuts are returned in one compressed file. ## Docker image -- GitLab