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
| - name: Catppuccin | |
| foreground: '#D9E0EE' | |
| background: '#1E1D2E' | |
| cursor: '#F5E0DC' | |
| colors: | |
| - '#6E6C7E' | |
| - '#F28FAD' | |
| - '#ABE9B3' | |
| - '#FAE3B0' | |
| - '#DDB6F2' |
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
| untis.getLessonTopic( | |
| e.date, // Lesson Date / Day | |
| e.startTime, // Lesson start time | |
| e.endTime, // Lesson end time | |
| e.id // Lesson ID | |
| ).then(res => { | |
| response = <string>res; | |
| // Do something with your Data here | |
| }).catch(err => { | |
| console.log(err); |
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
| {"lastUpload":"2021-01-15T17:55:54.778Z","extensionVersion":"v3.4.3"} |