1.5.10 • Published 2 years ago

magister-api-key v1.5.10

Weekly downloads
12
License
ISC
Repository
github
Last release
2 years ago

Magister-API-Key

NPM

Details

Since there is no way to get an API key the normal way, I've decided to reverse engineer the Magister API keys.

Usage

First import the project

const magister = require('magister-api-key');

To get a key, use the function magister.get('url', 'username', 'password', <false>). This is an async function. For url use your Magister URL. For username and password use your Magister username and password. This will return the your API key. To use the API, I usually check in the network tab of the Chrome devtools what requests are made by Magister itself, and following those URL's you can get the data.

If you set debug mode to true, puppeteer will launch without headless mode, so you can see what is going on with the browser.

Disclaimer

This repository is not affiliated with SchoolMaster's Magister in any way.

1.5.10

2 years ago

1.5.9

2 years ago

1.5.8

3 years ago

1.5.5

3 years ago

1.5.7

3 years ago

1.5.6

3 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago