From 1eae59ad3b7f0d0679ee0ac3d99fa08a71a73a5c Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 20 Jun 2022 18:28:47 +0100 Subject: [PATCH] fix: bumping with README updates --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc17fa3..35c5985 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![npm package][npm-image]][npm-url] [![Github Workflow][githubworkflow-image]][githubworkflow-url] -[![Dependency Status][dependency-image]][dependency-url] [![npm](https://img.shields.io/npm/dt/@sasjs/adapter)]() ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@sasjs/adapter) [![License](https://img.shields.io/apm/l/atomic-design-ui.svg)](/LICENSE) @@ -16,7 +15,6 @@ [githubworkflow-image]:https://github.com/sasjs/adapter/actions/workflows/build.yml/badge.svg [githubworkflow-url]:https://github.com/sasjs/adapter/blob/main/.github/workflows/build.yml [dependency-image]:https://david-dm.org/sasjs/adapter.svg -[dependency-url]:https://github.com/sasjs/adapter/blob/main/package.json SASjs is a open-source framework for building Web Apps on SASĀ® platforms. You can use as much or as little of it as you like. This repository contains the JS adapter, the part that handles the to/from SAS communication on the client side. There are 3 ways to install it: @@ -32,7 +30,7 @@ For more information on building web apps with SAS, check out [sasjs.io](https:/ ## None of this makes sense. How do I build an app with it? -Ok ok. Deploy this [example.html](https://raw.githubusercontent.com/sasjs/adapter/master/example.html) file to your web server, and update `servertype` to `SAS9` or `SASVIYA` depending on your backend. +Ok ok. Deploy this [example.html](https://raw.githubusercontent.com/sasjs/adapter/master/example.html) file to your web server, and update `servertype` to `SAS9`, `SASVIYA`, or `SASJS` depending on your backend. The backend part can be deployed as follows: @@ -52,7 +50,7 @@ parmcards4; %webout(OBJ,areas) %webout(CLOSE) ;;;; -%mp_createwebservice(path=&appLoc/common,name=getdata) +%mx_createwebservice(path=&appLoc/common,name=getdata) ``` You now have a simple web app with a backend service! @@ -221,7 +219,7 @@ The SAS side is handled by a number of macros in the [macro core](https://github The following snippet shows the process of SAS tables arriving / leaving: ```sas -/* fetch all input tables sent from frontend - they arrive as work tables */ +/* convert frontend input tables from into SASWORK datasets */ %webout(FETCH) /* some sas code */ @@ -314,7 +312,7 @@ For more information and examples specific to this adapter you can check out the For more information on building web apps in general, check out these [resources](https://sasjs.io/training/resources/) or contact the [author](https://www.linkedin.com/in/allanbowe/) directly. -If you are a SAS 9 or SAS Viya customer you can also request a copy of [Data Controller](https://datacontroller.io) - free for up to 5 users, this tool makes use of all parts of the SASjs framework. +As a SAS customer you can also request a copy of [Data Controller](https://datacontroller.io) - free for up to 5 users, this tool makes use of all parts of the SASjs framework. ## Star Gazing