Skip to main content

Low Level

The following chapters show the completely available API for communicating with the ClassCAD server from a web application via buerli.

📝 Note: It is highly recommended that most users use the simplified Headless API. The headless API's, for their part, also use these low-level interfaces internally, but are easier to handle for the end user. Furthermore, the low level API's will have more frequent breaking changes than the headless API's.

At the moment, the LowLevel APIs can be accessed by importing from the classcad package. Access to the individual API components is via ccAPI.

import { ccAPI } from '@buerli.io/classcad'

⚠️ The way in which the low-level APIs can be accessed will most likely change in the future. Therefore, use the headless API's if possible!