mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user