Safe API
We have worked hard to ensure that you and your end users have the best possible experience. One way we did this was to make our JavaScript as light (<3k, whereas other platforms are much larger) and efficient as possible; this prevents any user experience degradation.
However, if you still want to ensure that, even in the unlikely event of a backbone internet failure, your users will not experience a JavaScript error, you can use our Safe API. Our Safe API is a JavaScript file that mimics our own API that you can host locally on your servers. By importing this API to your pages before importing our regular JavaScript, you can ensure that even if users do not have access to our servers, they will not experience any errors.
Implementing our Safe API is very simple:
- Download and store our Safe API JavaScript file locally on the same web server as your site. The Safe API JavaScript file can be found here
- Import the Safe API in addition and before you import our regular JavaScript API as follows:
<script src="http://www.mysite.com/scripts /NuconomySafeApi.js" type="text/javascript"></script>
