These documents contain all the API information for the InRule for JavaScript SDK.
Referencing the InRule for JavaScript SDK
After Packaging your Rule Application, place the resulting JavaScript file with the rest of your application.
If you are writing a browser application, simple include the file with a script tag:
<script src="your-rule-application.min.js"></script>
If you are using node.js, load the SDK via a requires() call:
var inrule = require('./your-rule-application.min.js');
After you load the SDK you can access all InRule for JavaScript functionality via the inrule object.
Comments
0 comments
Please sign in to leave a comment.