MCPcopy 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
21const GET = (url) => httpClient.get("/api/browse" + url);
22const POST = (cmd, data) => httpClient.post("/api/browse" + cmd, data);
23
24const bookshop = new Vue({

Callers 3

fetchBooksFunction · 0.85
fetchReviewsFunction · 0.85
inspectBookFunction · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected