README
@sap/cloud-sdk-vdm-measuring-point-service
This package contains the OData VDM for the Measuring Point Service of SAP S/4HANA Cloud.
Usage Example
import { MeasuringPoint } from '@sap/cloud-sdk-vdm-measuring-point-service';
const resultPromise = MeasuringPoint.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });