MCPcopy Index your code
hub / github.com/algorithm-visualizer/algorithm-visualizer / POST

Function POST

src/apis/index.js:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27};
28
29const POST = URL => {
30 return request(URL, (mappedURL, args) => {
31 const [body, params, cancelToken] = args;
32 return axios.post(mappedURL, body, { params, cancelToken });
33 });
34};
35
36const PUT = URL => {
37 return request(URL, (mappedURL, args) => {

Callers 1

index.jsFile · 0.85

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected