UNPKG

navidev-abap-gw-api

Version:

API para la extracción de datos de servicios SAP GW

14 lines (13 loc) 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ODATA_VERSION = exports.URL_SERVICES = exports.SERVICES_OBJECT_TYPES = void 0; // SRVB/SVB --> Service definition exports.SERVICES_OBJECT_TYPES = ["SRVB/SVB"]; exports.URL_SERVICES = { ODATA_V2: "/sap/opu/odata/IWFND/CATALOGSERVICE;v=2/RecommendedServiceCollection?sap-client=001&$format=json", ODATA_V4: "sap/opu/odata4/iwfnd/config/default/iwfnd/catalog/0002/ServiceGroups?$count=true&$format=json", }; exports.ODATA_VERSION = { V2: "V2", V4: "V4", };