forked from camptocamp/ogc-client
-
Notifications
You must be signed in to change notification settings - Fork 0
[Work Item] Implement get_properties() method #16
Copy link
Copy link
Open
Labels
api-methodsSpecific to CSAPI method implementationSpecific to CSAPI method implementationfeatureNew functionality being addedNew functionality being addedfutureScoped for future implementation; not prioritized for current milestone.Scoped for future implementation; not prioritized for current milestone.
Milestone
Metadata
Metadata
Assignees
Labels
api-methodsSpecific to CSAPI method implementationSpecific to CSAPI method implementationfeatureNew functionality being addedNew functionality being addedfutureScoped for future implementation; not prioritized for current milestone.Scoped for future implementation; not prioritized for current milestone.
📌 Task Description
Implement the
getProperties(params: Record<string, string>)method insrc/client/connectedSystemsClient.ts. This method should retrieve property metadata from CSAPI-compliant servers using flexible query parameters.This method is part of the extended CSAPI support and should follow the same modular, compositional design as core methods. It will be exposed via
.connectedSystemsonly if CSAPI capability is detected.✅ Acceptance Criteria
getProperties(params: Record<string, string>)created/propertiesendpointConnectedSystemsClientclassvitestorjest🔗 Related Links