This is a pre-built integration package to access master data like Airlines, Airports, and Flights, served by the xflights microservice. For example, it is used in the xtravels application.
Add it to your consuming CAP app:
npm add @capire/xflights-data
Using GitHub Packages...
The samples are published to the GitHub Packages registry, which requires you to npm login once like that:
npm login --scope=@capire --registry=https://npm.pkg.github.comAs password you're using a Personal Access Token (classic) with read:packages scope.
Read more about it in Authenticating to GitHub Packages.
Then you can import and use the entities in your CDS models like this:
using { sap.capire.flights.data.Flights } from '@capire/xflights-data';
// mashup with your own entities ...Find examples for that in the xtravels application.
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the LICENSE file.