MCPcopy Index your code
hub / github.com/OpenSIST/OpenSIST.github.io / apiText

Function apiText

src/Data/Common.js:32–34  ·  view source on GitHub ↗
(path, options)

Source from the content-addressed store, hash-verified

30}
31
32export async function apiText(path, options) {
33 return (await apiRequest(path, options)).text();
34}
35
36export async function emptyCache() {
37 await clearDataCache();

Callers 1

getAvatarFunction · 0.90

Calls 1

apiRequestFunction · 0.85

Tested by

no test coverage detected