@sap/xsodata
Version:
Expose data from a HANA database as OData V2 service with help of .xsodata files.
18 lines • 455 B
HTML
<html>
<head>
<title>xsodata with expressjs sample</title>
</head>
<body bgcolor=white>
<ul>
<li>
Service url: <a href="/odata/">http://localhost:8019/odata/</a>
</li>
<li>
Metadata url: <a href="/odata/$metadata">http://localhost:8019/odata/$metadata</a>
</li>
<li>
Employee url: <a href="/odata/Employees?$format=json">http://localhost:8019/odata/Employees?$format=json</a>
</li>
</ul>
</body>
</html>