📌 Task Description
Implement the getSamplingFeatures(params: Record<string, string>) method in src/client/connectedSystemsClient.ts. This method should retrieve sampling feature 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 .connectedSystems only if CSAPI capability is detected.
✅ Acceptance Criteria
🔗 Related Links
📌 Task Description
Implement the
getSamplingFeatures(params: Record<string, string>)method insrc/client/connectedSystemsClient.ts. This method should retrieve sampling feature 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
getSamplingFeatures(params: Record<string, string>)created/sampling-featuresendpointConnectedSystemsClientclassvitestorjest🔗 Related Links