This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// On first run uncomment lines below and replace the values | |
// Keychain.set("UNTIS_USERNAME", "username") | |
// Keychain.set("UNTIS_PASSWORD", "password") | |
// CHANGE THIS - Untis school name | |
const UNTIS_SCHOOL = "Zeppelin-GS-Konstanz" | |
// Untis Configuration | |
const UNTIS_BASEURL = "nete.webuntis.com" | |
const UNTIS_USERNAME = Keychain.get("UNTIS_USERNAME") |