The SAS Viya SDK for JavaScript is a collection of JavaScript libraries for interfacing with SAS Viya resources and embedding your SAS Viya content into custom web pages and corporate portals.
The individual JavaScript libraries are located in package folders at /sdk
.
The README for each package contains links to documentation and examples that will help to get started.
SAS Viya SDK for JavaScript library packages can be installed from npm or loaded directly from the SAS Developer CDN.
Package installation steps for each library are included in its README.
The libraries can be loaded directly from the SAS Developer CDN using the HTML script tag:
<script async src=https://cdn.developer.sas.com/packages/${PACKAGE-NAME}/${VERSION}/${FILE-PATH}></script>
Examples for each library can be found in /examples
in the corresponding package folder at /sdk
.
- For documentation, guides and API references, see developer.sas.com
- File an issue with GitHub Issues
- Visit the SAS Community resources
- Contact SAS Technical Support by entering a support request
We welcome your contributions!
Please read CONTRIBUTING.md for details on how to submit contributions to this project.
Some libraries have different contribution terms that are specific to that library.
These cases are noted in the library README and CONTRIBUTING files located in the corresponding package folder at /sdk
.
This project, which includes all files in this GitHub repository, is licensed under the Apache 2.0 License.
Some libraries in this SDK have published packages that are individually licensed under terms that are specific to that library.
These cases are noted in the library README and LICENSE files located in the corresponding package folder at /sdk
.
- SAS Visual Analytics SDK on developer.sas.com
- SAS Content SDK on developer.sas.com
- SAS Visual Analytics documentation
- SAS Visual Analytics Community