From a1820378831e2a59ca07d460c836640d029b9015 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Tue, 29 Jun 2021 15:36:37 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bda0df..5665baf 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,8 @@ In this setup, all requests are routed through the JES web app, at `YOURSERVER/S } ``` +Note - to use the web approach, the `useComputeApi` property must be `undefined` or `null`. + ### Using the JES API Here we are running Jobs using the Job Execution Service except this time we are making the requests directly using the REST API instead of through the JES Web App. This is helpful when we need to call web services outside of a browser (eg with the SASjs CLI or other commandline tools). To save one network request, the adapter prefetches the JOB URIs and passes them in the `__job` parameter. Depending on your network bandwidth, it may or may not be faster than the JES Web approach.