mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add note about pruning behavior for ApiBasedRepositoryLoader
This commit is contained in:
@@ -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 {
|
||||
supportedSystemIds = ["263"];
|
||||
baseUrl = "https://passiogo.com/mapGetData.php";
|
||||
|
||||
Reference in New Issue
Block a user