restaf - An Easy Button To Access SAS Viya Using SAS Viya REST APIs
Please see https://github.com/sassoftware/restaf/wiki for more detailed documentation and notes.
Libraries
Usage notes for restaf
1: nodejs
let restaf = require('@sassoftware/restaf');
let restaflib = require('@sassoftware/restaflib');2: Browser
<script src="https://unpkg.com/@sassoftware/restaf/dist/restaf.min.js"></script>
<script src="https://unpkg.com/@sassoftware/restaf/dist/restaflib.min.js"></script>