C0D3D3V / Moodle-DL

Moodle-DL downloads course content fast from Moodle (eg. lecture pdfs)
GNU General Public License v3.0
419 stars 63 forks source link

Check for moodle mobile API #177

Open C0D3D3V opened 1 year ago

C0D3D3V commented 1 year ago

The moodle app checks if the moodle mobile API is enabled and which type of authentication is required. We can copy this behavior so that we can inform the user about the options.

C0D3D3V commented 1 year ago

https://github.com/moodlehq/moodleapp/blob/becd020329f7b63051a3b135f9ff5dbc92423f2c/src/core/services/sites.ts#L406-L460

https://github.com/moodlehq/moodleapp/blob/becd020329f7b63051a3b135f9ff5dbc92423f2c/src/core/features/login/services/login-helper.ts#L924-L1039