Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
SAP Cloud Application Programming Model - Consume External Services
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 SAP API Business Hub
- 3 API Key
- 4 Personal Information API
- 5 Export EDMX
- 6 Create new CAP project
- 7 Template Wizard
- 8 Project Structure
- 9 cds import
- 10 CSN
- 11 package.json
- 12 Update package.json Requires
- 13 package.json cds Section
- 14 External Service Credentials
- 15 cat-service.cds
- 16 server.js
- 17 cat-service.js
- 18 Mock Data
- 19 Test Run
- 20 OData Endpoints
- 21 Fiori UI
- 22 REST Endpoint
- 23 Swagger/OpenAPI Test
- 24 GraphQL Endpoint
- 25 Closing