Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

OData client generator and experimental CAP support

Compare
Choose a tag to compare
@florian-richter florian-richter released this 07 Jan 12:11

New functionality

Add CDS sources using the CLI (#32) 9c9bcdf

You can now get started with consuming CDS services as defined in the CAP (Cloud Application Programming Model) by adding example code via the CLI or generate the scaffold with flag --addCds.

Add the OData client generator to the CLI (#18) a89ea0f

The CLI now allows you to generate OData client code based on any EDMX file. This functionality is using @sap/cloud-sdk-generator under the hood and therefore works almost identically.

Generate analytics file (#25) 25719be

When initializing a project with the CLI, a new file will be created that reflects your choice to share (or not share) anonymous data about your system and project with the development team of the SDK. You can read more about in the analytics guide.

Fixes and changes

v0.0.10...v0.1.0