Back to projects
Oct 04, 2023
1 min read

Moodle API Wrapper

A Python-based API wrapper designed for streamlined interaction with Moodle platforms

Core Features

  • Handles login and session management
  • Fetches site info and popup notifications
  • Provides unread counts and basic data endpoints

Implementation Details

  • Uses Moodle web service functions under the hood
  • URL-based parameter passing (non-REST standard)
  • Token-based authentication