add note about pruning behavior for ApiBasedRepositoryLoader

This commit is contained in:
2025-01-22 22:29:01 -08:00
parent d8119b7506
commit 15a9330722

View File

@@ -8,6 +8,11 @@ export class ApiResponseError extends Error {
} }
} }
/**
* Class which can load data into a repository from the
* Passio Go API. Supports automatic pruning of all data types
* which inherit from `IEntityWithId`.
*/
export class ApiBasedRepositoryLoader { export class ApiBasedRepositoryLoader {
supportedSystemIds = ["263"]; supportedSystemIds = ["263"];
baseUrl = "https://passiogo.com/mapGetData.php"; baseUrl = "https://passiogo.com/mapGetData.php";