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