WebUntis icon indicating copy to clipboard operation
WebUntis copied to clipboard

JavaScript WebUntis API Client

Results 16 WebUntis issues
Sort by recently updated
recently updated
newest added

This should be fairly straight forward as the library only consists of one actual file. Many devs would benefit from this (e.g. ESModule syntax, types that 100% align, extending the...

The `.getAbsentLesson()` method currently wants a `number` as start- and endDate, but throws an error, because it actually wants a `Date` object. These kinds of issues, would occur no more...

I am trying to access the teaching content of my classes, but they don’t seem to be available. Does that feature not exist yet? `{ bkText: lesson.lstext, subsText: lesson.substText, infoText:...

Benefits: - module safety - better typescript support - nicer docs - better support for esmodules

enhancement
Hacktoberfest

I can't find any solution for that. Is there one? If so how would i achieve this?

It is possible to add the message center? WebUntis/api/rest/view/v1/messages -> get all inbox messages

In the documentation I could not find a function that returns exams. [Python equivalent](https://python-webuntis.readthedocs.io/en/latest/session.html#webuntis.Session.exams) Is there a way to parse this information otherwise or did I miss something?

Hacktoberfest

how do I validate a session, I use qr-code login, it logs in perfectly but I'm unable to verify the session an thus am unable to get any other data...

Hi, do you know anything about videoCalls? My shool is starting to use that feature, but I cant get it via API.. On the Web, the information is sent via...

enhancement
help wanted
Hacktoberfest

## This PR closes #88 Since commits from pull requests will merge into master anyway, I removed the check on PRs. I've also checked this in a local fork and...