MagisterJS icon indicating copy to clipboard operation
MagisterJS copied to clipboard

A JavaScript implementation of the Magister 6 API.

Results 18 MagisterJS issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

magister moved school search to `https://accounts.magister.net/challenges/tenant/search?key=` the response only gives a `displayName` and an `id` about every school matching the query example response (i searched for `mar`): ```json [{"displayName":"CSG Anna...

bug
critical

Everytime I use this package, I get the following error: `FetchError: request to https://mijn.magister.net/api/schools?filter= failed, reason: getaddrinfo ENOTFOUND mijn.magister.net`, as it turns out, `mijn.magister.net` does not exist anymore. I'm not...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Hello everyone, I'm here to deliver some sad news. I got an email from Iddink asking for the removal of magister-openid, because of violation of tos. They will take legal...

```js const toggleDone = async (appointment) => { appointment.isDone = !appointment.isDone; await appointment.saveChanges(); }; ``` This simple function does nothing more than toggling the isDone property. Sadly, when running this,...

bug

tested and fully function (as expected ;)) test: `activity ✓ should fetch activities and parts (335ms)`

Since version alpha4 it is possible to login using a token. This token however expires after 1 or 2 hours. Is it possible to provide a method that will refresh...

feature request

I tried this a long time ago, no idea why it failed.