MCPcopy Create free account
hub / github.com/axe-api/axe-api / axiosPost

Function axiosPost

packages/integrations/tests/helper.js:148–148  ·  view source on GitHub ↗
(url, data)

Source from the content-addressed store, hash-verified

146};
147
148const axiosPost = async (url, data) => await axiosRequest("post", url, data);
149const axiosGet = async (url, data) => await axiosRequest("get", url, data);
150const axiosPut = async (url, data) => await axiosRequest("put", url, data);
151const axiosPatch = async (url, data) => await axiosRequest("patch", url, data);

Callers 1

05-models.spec.jsFile · 0.90

Calls 1

axiosRequestFunction · 0.85

Tested by

no test coverage detected