Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a simple Client for moodle, that is inspired by the by , it has built-in typings and typings for many endpoints of the Moodle API(which are documented ), the typings will be extended in the future till hopefully one-day all endpoints are built in this package.
If you ever read the documentation of the Moodle API, then you know that there are hundreds of methods and if you don't have the right documentation the can be hard to read and understand, you still need the documentation to use this package but it provides you most methods with built-in types so that you know what you get back and what you need to supply to the request.