Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SAP-samples/cloud-cap-samples-java
/ POST
Function
POST
app/vue/app.js:22–22 ·
view source on GitHub ↗
(cmd, data)
Source
from the content-addressed store, hash-verified
20
21
const
GET = (url) => httpClient.get(
"/api/browse"
+ url);
22
const
POST = (cmd, data) => httpClient.post(
"/api/browse"
+ cmd, data);
23
24
const
bookshop =
new
Vue({
25
el:
"#app"
,
Callers
2
submitOrder
Function · 0.85
submitReview
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected