Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stockbal/cap-samples
Show cases all kinds of use cases - complicated or simple - with CAP
https://github.com/stockbal/cap-samples
cap samples
Last synced: 5 days ago
JSON representation
Show cases all kinds of use cases - complicated or simple - with CAP
- Host: GitHub
- URL: https://github.com/stockbal/cap-samples
- Owner: stockbal
- Created: 2023-05-22T07:09:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:06:36.000Z (6 months ago)
- Last Synced: 2024-05-22T20:05:34.630Z (6 months ago)
- Topics: cap, samples
- Homepage:
- Size: 707 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAP Cloud Application Programming Model (CAP) Samples
This repository showcases features and scenarios for the SAP Cloud Application Programming Model (CAP).
Each scenario is realized in a dedicated branch of this repository.
## Guides about various topics
- [Return detail / longtext errors to Fiori Elements app](https://github.com/stockbal/cap-samples/tree/guide-service-errors-in-fe)
## Remote Services
- [Remote API in Fiori Elements](https://github.com/stockbal/cap-samples/tree/remote-srv-fe-usage)
- [Remote API in Free Style with FPM](https://github.com/stockbal/cap-samples/tree/remote-srv-fpm)
- [Using remote API as a value help entity - 1:N association](https://github.com/stockbal/cap-samples/tree/remote-srv-vh-complex)
- [Using remote API as a value help entity - 1:N association (simple coding version) + showing the associated data on the list page (=expand)](https://github.com/stefannothaft/cap-samples/tree/remote-srv-vh-simple-with-expand-on-list-page)
- [Using media stream from remote API](https://github.com/stockbal/cap-samples/tree/remote-srv-media-stream)## Draft-enabled services
- [Composition of 1:1 in draft enabled Fiori Elements app](https://github.com/stockbal/cap-samples/tree/draft-composition-of-one)
## Temporal Data
- [Simple model with temporal Data](https://github.com/stockbal/cap-samples/tree/temporal-aspect)
## File Upload
- [Upload file with unbound action](https://github.com/stockbal/cap-samples/tree/action-file-upload)
## CAP technical features
- [CAP Type generator](https://github.com/stockbal/cap-samples/tree/typer-playground)
- [CDS WebSocket plug-in](https://github.com/stockbal/cap-samples/tree/websockets)## Authorization/Authentication scenarios
- [Technical access to protected service with `client_credentials` token](https://github.com/stockbal/cap-samples/tree/ext-technical-access)
## HANA Cloud
- [Accessing classical HANA DB Schema](https://github.com/stockbal/cap-samples/tree/classic-schema-sharing)