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

Function axiosPut

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

Source from the content-addressed store, hash-verified

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);
152const axiosDelete = async (url, data) =>
153 await axiosRequest("delete", url, data);

Callers 1

05-models.spec.jsFile · 0.90

Calls 1

axiosRequestFunction · 0.85

Tested by

no test coverage detected