REST API Sample Application
We are going to build a sample application using the Pervasive DataCloud API and the saleforce.com VisualForce and APEX API.
The application uses 3 libraries: jquery, connection and apex.
The following are the imports required:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="/soap/ajax/16.0/connection.js" type="text/javascript"> </script>
<script src="/soap/ajax/16.0/apex.js" type="text/javascript"> </script>
Last modified date: 12/17/2021