MCPcopy Index your code
hub / github.com/MALSync/MALSync / apiCall

Function apiCall

src/pages/Komga/main.ts:4–8  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

2import { pathToUrl, urlToSlug } from '../../utils/slugs';
3
4async function apiCall(url: string) {
5 url = window.location.origin + url;
6 con.log('Api Call', url);
7 return api.request.xhr('GET', url);
8}
9
10const chapter = {
11 pid: '',

Callers 1

loadedFunction · 0.70

Calls 1

xhrMethod · 0.80

Tested by

no test coverage detected