This repository has been archived by the owner on Jan 5, 2022. It is now read-only.
OData client generator and experimental CAP support
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
- Update dependency versions (#37) 4a90bd4
- Unhide CDS parts (#36) 162d595
- Migrate to yarn (#38) 9c57fa6
- Bump handlebars from 4.2.0 to 4.5.3 in /test/nest (#35) bdca7d1
- Refactor generate vdm test (#34) b0b13d2
- fix typo (#33) 7ce0c65
- Ignore artifacts of previously cancelled test runs (#31) 4616835
- Simplify PR template (#30) 32699bc
- Update README.md (#29) 50dce63
- chore: Refactor copy descriptors (#28) 5debbb9
- Remove @types/handlebars as handlebars provides its own types (#27) d2917c2
- Add tests for utils (#26) 1d6ddec
- Do not push edmx files ever b836e72
- Stash windows npm cache correctly 72a2d2b