Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)