antares

Antares Client for SchulCloud BP Project

Usage no npm install needed!

<script type="module">
  import antares from 'https://cdn.skypack.dev/antares';
</script>

README

Antares Client for SchulCloud BP Project

INFORMATION: Your IP has to be unlocked by the Antares staff. Contact Ingo List (ingo@antares.net) 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 antares

Usage

Require the ARIX client:

var arix = require('antares'); //or path to the node_module

Setup the correct endpoint:

arix.setMode('arix'); // xml (default)
arix.setMode('arion'); // json

Info: It is recommended to use Arix!

See test.js for functionalities