Python API for CakeCMS. API Documentation: https://cms.cispa.saarland/system/help/api
Go to file
Markus Bauer 5168fac743 List assistants/tutors 2023-07-17 18:35:32 +02:00
.idea Drop python2 2020-12-10 13:23:26 +01:00
cakecms List assistants/tutors 2023-07-17 18:35:32 +02:00
examples API for exam correction 2023-06-16 15:47:33 +02:00
.gitignore Initial commit 2016-11-16 23:43:12 +01:00
README.md Add note endpoints to API 2021-05-21 17:48:52 +02:00

README.md

CakeCMS Python API

This python class provides easier programmatic access to the CakeCMS course management system. For a basic documentation on the CMS API functionality, see its help section: https://cms.cispa.saarland/system/help/api

To learn about the available methods, see cakecms/cakecms.py.

Example scripts with common use-cases can be found in the directory examples/.