MCPcopy Create free account
hub / github.com/Toulu-debug/enen / api

Function api

utils/jd_joy_getInvokeKey.ts:21–28  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

19})()
20
21async function api(url: string) {
22 let {data}: any = await axios.get(url, {
23 headers: {
24 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36',
25 }
26 })
27 return data
28}

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected