antares
v1.0.1
Published
Antares Client for SchulCloud BP Project
Downloads
9
Readme
Antares Client for SchulCloud BP Project
INFORMATION: Your IP has to be unlocked by the Antares staff. Contact Ingo List ([email protected]) for more details.
Testinterface from Antares: http://www.datenbank-bildungsmedien.net/ingotest/arixtest.html
Setup
Fetch the antares client to your schulcloud project
$ npm install antaresUsage
Require the ARIX client:
var arix = require('antares'); //or path to the node_moduleSetup the correct endpoint:
arix.setMode('arix'); // xml (default)
arix.setMode('arion'); // jsonInfo: It is recommended to use Arix!
See test.js for functionalities
