Module controllers

Source
Expand description

Handlers for HTTP requests to /api/v0.

This documents all endpoints. Select a module below for a namespace.

Modules§

auth
Handlers for HTTP requests to /api/v0/auth.
cms
Handlers for HTTP requests to /api/v0/cms.
course_material
Handlers for HTTP requests to /api/v0/course-material.
exercise_services
files
Handlers for HTTP requests to /api/v0/files.
healthz
Handlers for HTTP requests to /api/v0/healthz.
helpers
langs
Handlers for HTTP requests to /api/v0/langs. Contains endpoints for the use of tmc-langs.
main_frontend
Handlers for HTTP requests to /api/v0/main_frontend.
other_domain_redirects
Handlers for HTTP requests to /api/v0/other-domain-redirects.
study_registry
Handlers for HTTP requests to /api/v0/study-registry.
tmc_server
Handlers for HTTP requests to /api/v0/tmc-server.

Structs§

UploadResult
Result of a image upload. Tells where the uploaded image can be retrieved from.

Functions§

configure_controllers
Add controllers from all the submodules.
not_found 🔒