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

Function axiosPatch

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

Source from the content-addressed store, hash-verified

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);
154

Callers

nothing calls this directly

Calls 1

axiosRequestFunction · 0.85

Tested by

no test coverage detected