Skip to content

Commit

Permalink
fix: Update Javadoc Overview Page (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesDuboisSAP authored Oct 23, 2023
1 parent 9dc78a5 commit ea24c95
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions javadoc.overview.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HTML lang="en">
<HEAD>
<TITLE>API Overview</TITLE>
</HEAD>
Expand All @@ -9,15 +9,14 @@
<h3>Key Features:</h3>
<ul>
<li>Abstractions for SAP Business Technology Platform features</li>
<li>Virtual Data Model for the S4/HANA APIs</li>
<li>Code generators for OpenAPI and OData services.</li>
<li>Connectivity to S4/HANA (both cloud and on-premise) and other systems</li>
<li>Tenant and principal (user) awareness</li>
<li>Resilient execution of requests</li>
</ul>
The API is structured as follows:
<ul>
<li><a href="/cloudplatform/package-summary.html">cloudplatform</a> contains platform specific features such as access to services, connectivity and resilience</li>
<li><a href="/s4hana/package-summary.html">s4hana</a> contains implementations for RFC and BAPI</li>
<li>cloudplatform contains platform specific features such as access to services, connectivity and resilience</li>
<li>Other packages containing utility classes and framework adaptations</li>
</ul>
</BODY>
Expand Down

0 comments on commit ea24c95

Please sign in to comment.