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

Callers 2

submitOrderFunction · 0.85
submitReviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected