README
@sap/cloud-sdk-op-vdm-change-record-service
This package contains the OData VDM for the Change Record Service.
Usage Example
import { ChangeRecord } from '@sap/cloud-sdk-op-vdm-change-record-service';
const resultPromise = ChangeRecord.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });