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

Function axiosGet

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

Source from the content-addressed store, hash-verified

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);
152const axiosDelete = async (url, data) =>

Callers 1

05-models.spec.jsFile · 0.90

Calls 1

axiosRequestFunction · 0.85

Tested by

no test coverage detected