• Thomas Lechauve's avatar
    Initialisation of jQuery library for slapOs · 6391a573
    Thomas Lechauve authored
    This first version contains:
    
    The library (static/js/slapOs.js):
    	A jQuery plugin which permit to discuss with a slapOs master.
    	All methods are listed here: <http://packages.python.org/slapos.core/rest.html>
    library tests (static/js/test.js):
    	For slapOs tests, we used others libraries:
    		Qunit for units tests
    		SinonJs to simulate server responses (no need a real server)
    a Flask server (server.py):
    	A real server to principally test cross-domain requests with ajax methods
    and some html files to test all of it
    6391a573
test.js 6.31 KB