Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SAP CAP as a oData server library for java and Nodejs #375

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions _libraries/capJava.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
category: java
name: SAP CAP
link: https://cap.cloud.sap/
version: V4
object: Server
downloads:
- source: SAP CAP Java
- link: https://cap.cloud.sap/docs/java/getting-started
---
SAP Cloud Application Programming Model (CAP) is a framework of languages, libraries, and tools for building enterprise-grade services and applications. The CAP Java SDK comes with an OData V4 protocol adapter, but it's openly designed.
11 changes: 11 additions & 0 deletions _libraries/capjs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
category: javascript
name: SAP CAP
link: https://cap.cloud.sap/
version: V4
object: Server
downloads:
- source: SAP CAP
- link: https://cap.cloud.sap/docs/get-started/#setup
---
SAP Cloud Application Programming Model (CAP) is a framework of languages, libraries, and tools for building enterprise-grade services and applications. With SAP CAP for NodeJS you can create a full-fledged REST, or OData, or GraphQL application.