MCPcopy Create free account
hub / github.com/DTStack/Taier / get

Function get

taier-ui/scripts/getSwagger.js:83–90  ·  view source on GitHub ↗
(params, url)

Source from the content-addressed store, hash-verified

81};
82
83function get(params, url) {
84 const options = {
85 uri: url,
86 json: true,
87 method: 'get',
88 };
89 return rp(options);
90}
91/**
92 *
93 * @param {string} url -url地址

Callers 8

convertParamsFunction · 0.85
getPlusFunction · 0.85
scheduleForm.tsxFile · 0.85
rdb.tsxFile · 0.85
renderMethod · 0.85
renderContentFunction · 0.85
getSwaggerPathFunction · 0.85
swaggerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected