AIME JavaScript API Client Interface

A Javascript interface to connect your client with an AIME API server

Setup

The Javascript client interface is contained in a single js file: model_api.js

For cross-site scripting security reasons and to fulfil the same-origin policy of web browsers, it is easiest to host a copy of the file on the web server the HTML files are served from.

Examples

[TODO] Include Javascript examples

Note

This project is under active development.