From fcc670851216ee36c8fa964833c4bc856a8e053b Mon Sep 17 00:00:00 2001 From: Firas Jelassi <49401280+FirasSharp@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:44:10 +0100 Subject: [PATCH 1/2] added sap cap java lib --- _libraries/capJava.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _libraries/capJava.md diff --git a/_libraries/capJava.md b/_libraries/capJava.md new file mode 100644 index 0000000..1b2a847 --- /dev/null +++ b/_libraries/capJava.md @@ -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. From 240dd4820a1cbec3b1924809af5d5e85caeadbf1 Mon Sep 17 00:00:00 2001 From: Firas Jelassi <49401280+FirasSharp@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:55:17 +0100 Subject: [PATCH 2/2] added sap cap for node js --- _libraries/capjs.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _libraries/capjs.md diff --git a/_libraries/capjs.md b/_libraries/capjs.md new file mode 100644 index 0000000..52a2fa1 --- /dev/null +++ b/_libraries/capjs.md @@ -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.