Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SAP-samples/cloud-cap-samples-java
/ GET
Function
GET
app/vue/app.js:21–21 ·
view source on GitHub ↗
(url)
Source
from the content-addressed store, hash-verified
19
});
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({
Callers
3
fetchBooks
Function · 0.85
fetchReviews
Function · 0.85
inspectBook
Function · 0.85
Calls
1
get
Method · 0.80
Tested by
no test coverage detected