refactor: split api into api, api-cli & api-plugin

This commit is contained in:
2023-06-02 16:41:25 +02:00
parent 495a63977c
commit b21833de40
205 changed files with 1981 additions and 1492 deletions

View File

@@ -20,7 +20,6 @@ import {createUUID} from './common.js';
*
* By extending this class connector-developers only need to implement the load and transform of the data
* Pushing the data to the backend will be handled automatically
*
* @template T Any serializable type
*/
export abstract class Connector<T extends SCThings> {
@@ -36,7 +35,6 @@ export abstract class Connector<T extends SCThings> {
/**
* Abstract constructor for a connector
*
* @param licensePlate License plate of the school
* @param origin Name of the connector
*/